Selenium RC Selenium WebDriver Convert Selenium projects from RC (selenium 1.0) to Web Driver (selenium 2.0) Why convert Selenium projects from RC to Web Driver? A few reasons are that 1. Web Driver has almost all development support now… Wednesday, July 9, 2014 Add Comment Edit
Selenium RC Selenium WebDriver Differences between Selenium ID, Selenium RC and Web Driver Please click on the photo to see it full size Wednesday, May 21, 2014 Add Comment Edit
JUNIT Selenium RC JUNIT Annotations, Commands and Assertions Annotations The following annotations are used frequently in Selenium scripts: @Ignore - test methods that use this annotation w… Wednesday, April 23, 2014 Add Comment Edit
Selenium RC XPATH Find HTML Elements With XPATH NEXT - Selenium Basics 6 - Annotations, Commands And Assertions VIDEO - Find HTML elements using XPATH 1 VIDEO - Find HTML elemen… April 23, 2014 Add Comment Edit
Selenium RC Selenium RC Setup 1. install FIREFOX 2. install the FireBug add-on for FIREFOX (from https://addons.mozilla.org/en-US/firefox/addon/firebug/ ) 3. i… Wednesday, April 9, 2014 Add Comment Edit