Hi Team!
I need to select an option from browser dropdown list. What is the best way to do it with Intellibot?
Hi Team!
I need to select an option from browser dropdown list. What is the best way to do it with Intellibot?
Hi,
Try identifying the element as dropdown (SELECT tag element in HTML). Use the SelectItem component to set the Value, you have an option to choose between Text, Value and Index in second parameter. In case after setting the value in dropdown if application page refreshes then use SimulateEvent after using SelectItem.
please find below screenshot for your reference.
Thanks & Regards,
Intellibot Support.
Thank you for your reply!
I have identified element as dropdown with SELECT Tag name. However, I still don't have component "SelectItem". What should I do in this case? I am using Chrome Connector by the way.
Hi,
Hope you're looking at Dropdown Element methods and not screen methods!!. Can you pls share the screenshot like below by navigating to Project Explorer -> Plugins (Right click on it) -> Select Google Chrome in Available Plugins pop up. And also please share screenshot of Dropdown element methods under Object Explorer.
Thanks & Regards,
Intellibot Support.