An open API service indexing awesome lists of open source software.

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

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).