Set up

What we need to start with.

We’ll be using Eclipse IDE from now on for all our automation scripts. (Of course you can choose your IDE of preference). Assuming you’ve installed Java in your machine.

  1. Download and unzip Eclipse IDE for Java Developers from here.

  2. Download the selenium library from here.

  3. Download the driver for your preferred browser. (For this example we use google chrome) Assuming you have Google chrome installed in your machine, download chrome driver from here.

Last updated