The first day of selenium learning

Step One: Download eclipse path HTTPS: // the WWW .eclipse .org / Downloads /


STEP 2: Download jdk12.0.1 path http://www.cnblogs.com/renqiqiang/p/6822143.html

jdk path configuration

My Computer - Properties - Advanced System Settings configuration environment variable

New java_home my configuration is D: \ Java \ jdk-12.0.1 Note: java_home is jdk installation path

My new path configuration to% JAVA_HOME% bin; 

 

The third step: Test whether the installation is successful jdk

The first method: win + r to open the command prompt, enter java -version If you see jdk version represents a successful installation.

The second method: right way to manage open command prompt, enter java -version

Note: The first method is sometimes not possible lines, it is recommended to try the second method

 

Step four: Open eclipse, create a project

Step five: Download selenium plug-in, after the download is complete copied directly in the project

Step Six: Download selenium ide comes with Firefox can be installed, Google needs to be installed.

 

This is my day of learning today.

 

Guess you like

Origin www.cnblogs.com/duwenjin/p/11134907.html