File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 1- # Python Selenium Template 🚀
1+ # seleniumlib 🚀
22
3- Minimal template for web scraping projects using Python and Selenium
4-
5- ## How to use
6-
7- - Clone the repository
8- - Make sure you have Python 3.10 or newer installed
9- - Install the required packages ` pip install -r requirements.txt ` (recommended to use a virtual environment)
10- - Or ` pip install selenium webdriver-manager pyyaml `
11- - Download Chromium (for Windows, portable builds can be found [ here] ( https://chromium.woolyss.com/ ) )
12- - Edit ` config.yaml ` and set the path to the Chromium executable (` Browser.chromium_executable_path ` )
13- - Define execution steps in ` main.py `
14- - Run ` python main.py `
3+ Library based on Selenium that drastically simplifies web automation workflows
You can’t perform that action at this time.
0 commit comments