HOW TO USE HIGHLIGHT COMMAND IN SELENIUM IDE?




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

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

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

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

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


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





In the above script we are using highlight command to highlight the each element.

Read more about HIGHLIGHT COMMAND IN SELENIUM IDE.





Post a Comment

0 Comments