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.
Select from list box
Hi thr,
Can anybody tell me how to select a 2nd or 3rd item in a listbox? I jus tried with normal _setselected. But it wont work.
Can anybody tell me how to select a 2nd or 3rd item in a listbox? I jus tried with normal _setselected. But it wont work.
This discussion has been closed.
Comments
you can get the 2. item by _select("listboxIdentifier").options[1].text
Regards
Wormi