operachromiumdriver
operachromiumdriver copied to clipboard
OperaDriver for Chromium-based Opera releases
Whenever I quit Opera GX or restart my computer, none of my sign-in data is saved. I am logged out of every single website and it makes it extremely annoying...
¿How to use DevTools with OperaDriver? Thank you. **Environment**: **S.O.**: Windows 10. **Opera**: 105.0.4970.34 **Opera driver**: 119.0.6045.124 **Selenium**: 4.16.2 **C# code**: **Opera run with**: ``` ... ... proc = new...
When launching Opera browser using operadriver, the malicious website detection feature is disabled by default. This is due to the use of the '--disable-background-networking' parameter by operadriver. I hope to...
Opening a malicious site using operadriver will not display the warning page (when Opera would block it). Any idea why this is happening?
I'm aware that Opera release blogs on the website that show the release information for different versions but I was wondering if there was a more official release page. Edge...
Opera does not support headless mode ? (--headless) I trying to additional argument --headless but not working browser launched as Window interface browser
Hello!!! After updating the opera to the latest version "100.0.4815.30" and updating the driver. When running the tests, errors were observed when searching for some locators. The error that was...
content loaded from off-site sources (requiring CORS) and retrieved from cache by javascript automatically fails. image is loaded from a cdn via an xhr request from javascript image url: `https://cdn.fuzz.ly/eY2stn74/40994bf2-861b-45ac-97e4-0b1693531c85.jpg`...
Hello. I followed the instructions on here (https://github.com/operasoftware/operachromiumdriver/blob/master/docs/desktop.md) and I get an error with this code: ``` #Create OperaDriver service: from selenium.webdriver.chrome import service webdriver_service = service.Service("OperaDriver/operadriver.exe", 9515) #Create remote...
I tried to use capabilites string examples from here: https://github.com/operasoftware/operachromiumdriver/blob/master/docs/desktop.md Unfortunately, no luck. My finall workable versoin is ```json { "capabilities":{ "alwaysMatch":{ "goog:chromeOptions":{ "w3c":true, "excludeSwitches":[ "enable-automation" ], "binary":"C:\\Users\\Szef\\AppData\\Local\\Programs\\Opera\\opera.exe" } }...