https://github.com/jonathanpoelen/qwebdriver
Webdriver with PySide6.QWebEngine
https://github.com/jonathanpoelen/qwebdriver
web-driver
Last synced: about 2 months ago
JSON representation
Webdriver with PySide6.QWebEngine
- Host: GitHub
- URL: https://github.com/jonathanpoelen/qwebdriver
- Owner: jonathanpoelen
- License: mit
- Created: 2021-05-24T20:19:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T01:07:25.000Z (over 2 years ago)
- Last Synced: 2024-04-27T02:24:38.596Z (over 2 years ago)
- Topics: web-driver
- Language: Python
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`qwebdriver` is a partial implementation of a webdriver using `PySide2.QWebEngine`.
It supports script execution and screenshot taking.
For technical reasons related to the Qt event loop, a python interpretor should use `iwebdriver`.
It is possible to start an interactive driver with `python -m qwebdriver.iwebdriver` (use `--help` for more options).