https://github.com/mdmintz/seleniumbase-examples
Examples using SeleniumBase
https://github.com/mdmintz/seleniumbase-examples
seleniumbase
Last synced: 11 months ago
JSON representation
Examples using SeleniumBase
- Host: GitHub
- URL: https://github.com/mdmintz/seleniumbase-examples
- Owner: mdmintz
- License: mit
- Created: 2021-01-07T21:13:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-04T19:40:05.000Z (11 months ago)
- Last Synced: 2025-03-18T21:52:21.815Z (11 months ago)
- Topics: seleniumbase
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Examples using SeleniumBase
🔵 Create a **[Python virtual environment](https://seleniumbase.io/help_docs/virtualenv_instructions/)**. Then:
```python
pip install seleniumbase --upgrade
pytest --dashboard --html=report.html
```
#### Example of [examples/kanban_test.py](https://github.com/mdmintz/seleniumbase-examples/blob/master/examples/kanban_test.py):
