18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

Best way to get children? (from fieldset > dl > dt/dd)

bagsmodebagsmode Members
edited November -1 in Sahi - Open Source
Hi,

I'm using a data list similar to the following

<fieldset id="x">
<dl class="dl-class">
<dt> label </dt>
<dd> data </dd>
...
</dl>
</fieldset>

That is, I do have an id for the fieldset and a class on the dl's, but nothing on the dt's or dd's..

What can I do to get the data from the dd's??

Regards,
Glenn
Sign In or Register to comment.