- Python 3.x
- Python-Selenium
- Python-PyQt5
- Google Chrome Browser
- ChromeDriver
- For Python 3.x, you can download it from here
- For Python-Selenium and Python-PyQt5, You can install them with
pip
pip install selenium PyQt5
- You can download Google Chrome Browser in here and ChromeDriver in here and put the chromedriver in
web_driver
folder. - Make sure to download chromedriver same as the version of the Google Chrome Browser.
- If your
Google Chrome version is 88.0.4324.27
, then download theChromeDriver 88.0.4324.27
😄