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.45k stars 908 forks source link

Is it possible to use seleniumbase with selenium-requests? #2807

Closed mvx20 closed 1 month ago

mvx20 commented 1 month ago

Can I use selenium-request's RequestsSessionMixin module with seleniumbase?

image

or does Seleniumbase have its own functions that we can request ?
I want to enter the site with seleniumbase and do the rest of the operations with request via driver.

mdmintz commented 1 month ago

It might support it, but there's also a selenium-wire integration for that: https://github.com/seleniumbase/SeleniumBase/issues/2145.

Also see: https://github.com/seleniumbase/SeleniumBase/issues/2774#issuecomment-2110911078.