HOW TO SUBMIT SEARCH FORM ON HELLO SELENIUM USING SELENIUM IDE?




Run the below script in selenium IDE:

Command
Target
Value
open
/
highlight
//input[@id='searchbox']

focus
//input[@id='searchbox']

type
//input[@id='searchbox']
wait for element
highlight
//input[@id='searchbutton']

focus
//input[@id='searchbutton']

clickAndWait
//input[@id='searchbutton']

verifyTextPresent
wait for element

* Base URL:
http://helloselenium.blogspot.in/





In the above script we are searching the keyword “wait for element” by submitting search form on hello selenium.





Post a Comment

0 Comments