-
Notifications
You must be signed in to change notification settings - Fork 4
Selenium Automation
Step1. Create a Java Project in Eclipse Step2. Create a folder inside your existing Java project Step3. Download a Selenium jar (selenium-server-standalone-3.141.59) from https://www.seleniumhq.org/download/ And add it to the above-mentioned folder. Step4. Add the selenium jar in the java build path. Step 5. Download Gecko driver from https://github.com/mozilla/geckodriver/releases . The physical location of this driver is referenced from the code. Step6. Add the reference code is as a simple Java class.
The existing code is only working on Mozilla Firefox browser. Firefox is internally configured by Selenium. Some configurations should be added If the code is to be run on other browsers.
Please follow the below link to get all the required reference https://www.seleniumhq.org/ Beside this many videos out on Youtube are also useful.
Now the existing code is not working on a remote server. An issue is raised in this connection. Please go through the following link. https://github.com/dice-group/ida/issues/118
Developer Guide