- Open Firefox browser.
- Verify the RECORD button is ON in selenium IDE window.
- Navigate the browser to www.google.co.in
- Type “helloselenium blog” in Search textbox.
- Click on Search button.
- Assert the search result present for “Hello Selenium” blog.
Command | Target | Value |
open | / | |
type | id=gbqfq | helloselenium blog |
click | id=gbqfb |
* Base URL:
http://www.google.co.in/
- Modify the recorded script in selenium IDE window.
Command | Target | Value |
open | / | |
type | id=gbqfq | helloselenium blog |
clickAndWait | id=gbqfb | |
assertTextPresent | helloselenium.blogspot.com |
* Base URL:
http://www.google.co.in/
- Save the recorded script.
- Run the recorded script.
0 Comments
What would you like to add in my list? I look forward to reading your comments below.