Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support blink based Opera natively #344

Open
OndraM opened this issue Oct 15, 2016 · 0 comments
Open

Support blink based Opera natively #344

OndraM opened this issue Oct 15, 2016 · 0 comments
Labels
help wanted We'd appreciate help on this issue
Milestone

Comments

@OndraM
Copy link
Collaborator

OndraM commented Oct 15, 2016

The library is currently missing support for Opera-Blink browser.

To starting on the remote remote server we miss the constant operablink for browser name - but this could be worked-around as in #343:

$desired_capabilities = new DesiredCapabilities();
$desired_capabilities->setBrowserName('operablink');
$desired_capabilities->setCapability('chromeOptions', ['binary' => '/usr/bin/opera']);

We should also support starting operadriver directly, without selenium server. So new OperaDriver and OperaDriverService should be added (similar to their Chrome counterparts).

@OndraM OndraM added the help wanted We'd appreciate help on this issue label Oct 16, 2016
@OndraM OndraM added this to the 2.0 milestone Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted We'd appreciate help on this issue
Projects
None yet
Development

No branches or pull requests

1 participant