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.

SAHI Not Able to Select the list value from combolist

Sunny BoySunny Boy Members
edited November -1 in Sahi - Open Source
Hi Team,

please find the below URL where i want to automate this by using SAHI but when i mouseover the cursor on the Combolist under item purchased the sahi is not showing any result in Controller, but when you select the value manually and mouseover on it then SAHI is showing some result.

http://www.zkoss.org/zkdemo/tabbox/accordion

How can i over come this issue.


Please help me out.


Thanks in Advance,

Regards,
Sandeep S S

Comments

  • _setSelected(_select("/.*/[1]"), "Java");

    Try with this.
  • Hi Sujata,
    I tried the above code line but still no result its not selecting. And SAHi is not moving to next step and not getting fails as well.

    please lookinto it.


    Regards,
    Sandeep S S
  • Hi,
    Some one please update on this..

    Regards,
    Sandeep S S
  • Hi,

    Some one please update on this.. i am still waiting for reply......


    Regards,
    Sandeep S S
  • narayannarayan Administrators
    Hi Sandeep,
    This should work for you.

    _setSelected(_select(0, _near(_div("390"))), "Java")
    _setSelected(_select(0, _near(_div("392"))), "Latte")

    Regards,
    Narayan
Sign In or Register to comment.