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

Htmlunit error #60

Open
wyzls opened this issue Jun 23, 2017 · 0 comments
Open

Htmlunit error #60

wyzls opened this issue Jun 23, 2017 · 0 comments

Comments

@wyzls
Copy link

wyzls commented Jun 23, 2017

my code

session('htmlunit', array('javascriptEnabled' => true, 'version' => '3.6')); $session->open("https://github.com/element-34/php-webdriver"); $e = $session->elements('css selector', '.tabs li'); $this->assertEquals(count($e), 0); } } **i get this error** PHPWebDriver_UnhandledWebDriverError: The best matching driver provider org.openqa.selenium.opera.OperaDriver can't create a new driver instance for Capabilities [{browserName=htmlunit, javascriptEnabled=true, version=3.6, platform=ANY}] **question:** I should how to solve it??
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant