I am using Selenium IDE for the first and has no knowledge of automation scripting. So far i am able to manage using IDE but one issue is I am not able to select a value from dr
Command: Select
Target: Search an Element of the website app. (name, id)
Value: What value/result do you want to see?
Example: As an user I want to select a list of colors of drop down list (Orange, Blue, Red) I want to select Blue color. This is a script.
Command: Select
Target: name=color
Value: Blue
It will work with WaitForVisible command
Tried below and it worked.
command: waitForNotVisible
target: class=sub-menu
value : index=3