29. Java for Selenium Dragan Mestrovik 01:00 Add Comment Java Selenium 2 Selenium Web Driver We came to a point where learning Java is must else we wont be able to understand the upcoming posts on Selenium 1, Selenium 2 and Selenium... Read More
28. Finding locators for UI elements using the Selenium IDE's recording feature Dragan Mestrovik 23:30 Add Comment Selenium 2 Selenium Web Driver There are cases where you have found the locators for the UI elements using the FireBug and Firepat... Read More
27. Locate UI elements by CSS Dragan Mestrovik 23:00 Add Comment Selenium 2 Selenium Web Driver What is CSS ? CSS stands for Cascading Style Sheets. CSS defines how HTML elements are to be disp... Read More
26. Locate UI elements by XPath Dragan Mestrovik 22:00 Add Comment Selenium 2 Selenium Web Driver XPath is a full programming language. In Selenium Automation, we are going to use XPath to parse th... Read More
25. Locate UI elements by Link Dragan Mestrovik 21:30 Add Comment Selenium 2 Selenium Web Driver 1. Launch Selenium IDE from the Firefox Browser -> Tools Menu 2. Ensure that the record option o... Read More
24. Locate UI elements by Name Dragan Mestrovik 20:30 Add Comment Selenium 2 Selenium Web Driver 1. Launch Selenium IDE from the Firefox Browser -> Tools Menu 2. Ensure that the record option o... Read More