You are on page 1of 1

Steps to download Webdriver javadoc locally: 1. Download Git and opne Git Bash command prompt. 2.

Enter the following: - $ git clone http://selenium.googlecode.com/git/ - Cloning into 'git'... - remote: Counting objects: 244435, done. - Receiving objects: 100% (244435/244435), 1021.57 MiB | 6.14 MiB/s, done. - Resolving deltas: 100% (151468/151468), done. - Checking connectivity... done. - Checking out files: 100% (9577/9577), done. 3. Navigate to : Home Directory/git folder. 4. Copy the \docs\api\java folder and save it somewhere where javadoc need to be stored. 5. Now go to Eclipse IDE and Build path >> Libraries. 6. Select selenium jar/Javadoc location. Double click and copy the above created folder. 7. Its done.

You might also like