seleniumbase / SeleniumBase

📊 Python's all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides stealth. Includes many tools.
https://seleniumbase.io
MIT License
4.67k stars 929 forks source link

How to use SeleniumBase + python Browser (build with PyQt5) #1662

Closed standfv closed 1 year ago

standfv commented 1 year ago

How to use SeleniumBase + python Browser (build with PyQt5) [Custom browser] Thanks.

mdmintz commented 1 year ago

If you're looking for a GUI for pytest, see the SeleniumBase Commander / GUI: https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/commander.md It uses the Tkinter instead of PyQt5, but it's the same idea. SeleniumBase is a Python framework, so you can use any other Python tools that you need to, such as PyQt5.