https://github.com/marchingon12/selenium
using selenium to learn stuff
https://github.com/marchingon12/selenium
Last synced: 2 months ago
JSON representation
using selenium to learn stuff
- Host: GitHub
- URL: https://github.com/marchingon12/selenium
- Owner: marchingon12
- License: mit
- Created: 2021-09-17T21:11:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T23:07:05.000Z (over 3 years ago)
- Last Synced: 2025-02-01T15:44:38.067Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# selenium
using selenium to learn stuff## Instructions
1. Download drivers
- Chrome driver: [chromedriver](https://chromedriver.chromium.org/downloads)
- Firefox driver: [geckodriver](https://github.com/mozilla/geckodriver/releases)Once downloaded, unzip packages and transfer chromedriver/geckodriver(.exe) to this folder (/selenium).
2. Install selenium via pip:
```bash
pip3 install selenium
```3. Test if everything works:
```bash
python3 main.py
```