Getting started with selenium is very easy. First you need to have some basic requirement, before you start using selenium. 1.Your favourite programming language. 2.It's Programming IDE 3.Selenium library for language 4.Driver for the browser you want to use. For this tutor I will be using Java,Eclipse and chrome driver. #Download the JDK Download the Java JDK from Oracle Site Download the Jdk depending upon your OS. #Download the Eclipse Download Eclipse IDE for Java Developers (download any latest version). # Download the required library For using using selenium,First you need to get the required library for this tutor we will download the standalone jar. 1. Navigate to URL : http://www.seleniumhq.org/ 2.Click on Download tab 3.Now download the Selenium Standalone Server 4.Click on the link which shows the version. like 3.4.0, it will start download of .jar file. #Download the driver Now to run sel...
Comments
Post a Comment