HOW TO USE GOBACK COMMAND IN SELENIUM IDE?




Run the below script in selenium IDE:
Command
Target
Value
open
/
focus
//input[@id='gbqfq']

type
//input[@id='gbqfq']
hello selenium
focus
//button[@id='gbqfb']

clickAndWait
//button[@id='gbqfb']

goback


* Base URL:
http://www.google.co.in/






In the above script we are using goback command to redirect the browser on previous page.

Read more about GOBACK COMMAND IN SELENIUM IDE.





Post a Comment

0 Comments