18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
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.
if the div is there in that we have another div how to write the code.
if the div is there in that we have another div how to write the code..
Comments
Did you mean, a div element inside another div element?
If so, then you can try something like
For eg.,
_click(_div("inner-div element", _in(_div("outer-div element"))));
This might help you.
Regards,
Theeran.