You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opera stopped releasing new builds of selenium-opera-driver back at version 4.4.0, recommending that people automate the Opera browser with selenium-chrome-driver instead. To make this work, the user will need to specify a couple of settings:
It may be possible to locate the browser binary by checking standard locations or searching the system file path. The standard locations vary by platform, which complicates this a bit.
It may be possibly to eliminate the Opera plug-in entirely, revising the Chrome plug-in to add options that point ChromeDriver to the Opera browser instead. I'll need to figure out what the Capabilities JSON looks like to support this configuration.
sbabcoc
changed the title
Update the Opera plug-in to automate Opera via ChromeDriver
In Selenium 4, update the Opera plug-in to automate Opera via ChromeDriver
Dec 6, 2024
Opera stopped releasing new builds of
selenium-opera-driver
back at version 4.4.0, recommending that people automate the Opera browser withselenium-chrome-driver
instead. To make this work, the user will need to specify a couple of settings:The text was updated successfully, but these errors were encountered: