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.
Dropdown
I need some help in testing forms. While testing a form, How do I scroll down a dropdown list(script to click on down arrow) and select a value from the dropdown. When I try to record it, I am not seeing any script generating. Thanks in advance for he help.
Answers
If possible can you post the sample form page.
Thanks for the reply. eg: if the field in the form is "Language" with drop down options: "English", "French", "Spanish" and 50 other options, How do write a script to scroll down and select various languages using up-arrow,down-arrow and enter keys? Thanks for the help!
Is it your test case says that you have to select using arrow keys only?
Will this not suffice your need? :- _setSelected(_select("Language"), "English");
Thanks for the reply. I would want to test the website behaviour when the arrow keys are used.
Regards,
Sahi_A