FRIKIdelTO
FRIKIdelTO
I am using `Driver` class from seleniumbase on Raspberry pi OS Bookworm 64bit with X11 backend and I am having problems with Chromium acceleration. How can I add the "--disable-gpu"...
I love seleniumbase and since I discovered it, as far as selenium goes, I haven't used anything else since, but I have recently discovered [nodriver](https://github.com/ultrafunkamsterdam/nodriver) and I am amazed at...
nodriver is easily detectable in headless mode because the user agent is not patched: ``` browser.info.get("User-Agent") Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/127.0.0.0 Safari/537.36 ``` How...
With nodriver how can I search for an element inside another element like in selenium? elements don't have find() or select() methods Example in selenium: element = driver.find("span") element2 =...
System: Chrome 132.0.6834.84 (Build oficial) (64 bits) Windows 11 64bit (tested too on Windows 10 64bit) test code: ``` import asyncio import nodriver as uc async def test_nodriver(url): browser =...
When download result: ``` UserProjectAccountProblem The project to be billed is associated with a delinquent billing account. The billing account for the owning project is disabled in state delinquent ```...