Vinix
Vinix
I've been trying to get my bot to press the Enter key and type in a box after going to the website "www.keyboardtester.com". It basically tracks if a key is...
So, I didnt change my proxy setup at all, but all of the sudden, it just isnt working anymore. I just keep getting "ERR_NO_SUPPORTED_PROXIES". I tried 3 different proxies, so...
Hey, just wondering if there is a way to disabled WebRTC?
Unsure how to fix it, is it within nodriver or something on my end? Part of my code: ```py async def sign(): browser_args.append(f"--headless=new") browser = await uc.start(browser_args=browser_args) main_tab = await...
I've tried the browser and the page. For some reason it just isnt setting cookies to the storage. This is the code I have and I've tried many other variations....