Selenium 2 Webdriver Example

  • 13 years ago
Webdriver 2 Example
1. Open Eclipse IDE
2. Open an existing java Project
src\com\example\test\ Java files
\Selenium2Example1.java
\Selenium2Example2.java
3. Notice the webdriver term used in the java files
4. notice that we have already added the jar file for webdriver
5. Now Run the selenium webdriver test
6. Notice the webdriver script execution and the webdriver label at the foot of the browser
7. Notice that Green indicates successful execution

Recommended