seleniumbase / SeleniumBase

📊 Python's all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides stealth. Includes many tools.

Home Page:https://seleniumbase.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to use seleniumbase with selenium-requests?

mvx20 opened this issue · comments

commented

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.

It might support it, but there's also a selenium-wire integration for that: #2145.

Also see: #2774 (comment).