This project is for learning purposes only. It is not recommended to use this project for illegal activities.
- You should have Java 11 installed.
- An IDE is compulsory. (IntelliJ IDEA or Eclipse)
- Complete selenium setup guide. Click here
- Open IntelliJ and click on Get from Version Control and select Git.
- Copy url of this repository.
- Paste that url in the url box.
- Click on clone. (This will clone the repository in your local machine.)
- In drivers folder, replace the chromedriver with latest chromedriver supporting your operating system. Click here to download latest chromedriver.
- Once it is complete, you can see the code in src folder of project.
- Go ahead and open OOPPBL.java file. Here you will see main method.
- If you have followed all the steps in the linked video, you will see a run button. Click on that and run the program. (If you don't see the run button, you will have to add configuration to run the OOPPBL.java file. Click here to see how to add configuration.)
If you like the project and the code structure, do consider giving a star to this repository.