Install
Selenium jars with Eclipse
1. Goto https://seleniumhq.org/download/ and click the
download version link.it shows the latest one
2. After downloading In Eclipse right click on project
File->Properties->Java Build Path then click libraries tab, then Add
External Jars
3. Navigate to the Selenium-standalone jar file and select
it.
4. Click Ok
5. Inside the program add main() method and type
"WebDriver & Ctrl Space bar" you should get option from selenium,
otherwise please install again.
No comments:
Post a Comment