FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Support blink based Opera natively · Issue #344 · php-webdriver/php-webdriver · GitHub

Support blink based Opera natively  #344

Description

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedWe'd appreciate help on this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL