Skip to content

Commit 569fa2e

Browse files
committed
Update README
1 parent d80c5d5 commit 569fa2e

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
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

0 commit comments

Comments
 (0)