1. Launch Selenium IDE from the Firefox Browser -> Tools Menu
2. Ensure that the record option on the Selenium IDE is turned on by default
3. Open http://book.theautomatedtester.co.uk in the Firefox Browser
4. Click on the 'Chapter2' link as shown below:
9. What should we do then ? Answer : As explained in Post # 20 Different Types of Locators to identify the UI elements , we know that ID locator has the highest priority. If we don't find the ID then we have to choose XPath or CSS Selector. But I am choosing Link locator for explanation purpose. Now lets go forward and once again view the highlighted HTML code of the selected/inspected Button to find out whether it has 'Link' Locator. Observe that <a href="/">Index</a> is displayed in the highlighted HTML code of the inspected button (i.e. Link is named as Index in HTML format using anchor tags, so Index is the link property value of the selected/inspected element in this example as shown below:
11. Click on the blank space after the existing commands in the Selenium IDE as shown below:
14. Type 'click' command into the Command text box on the Selenium IDE as shown below:
15. Click on 'Play the current test' button on the selenium IDE and ensure that the above inspected link (i.e. 'Index' link in this example ) is clicked and the test in the Selenium IDE is passed as shown in the below video:
Please comment below to feedback or ask questions.
How to identify the elements using the 'XPath' locator will be explained in the next post.
1 comment:
When i playback
inspect element window does not disappear
Post a Comment