We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the \Behat\Mink\Tests\Driver\Js\EventsTest::testRightClick test is executed on Selenium 3.x it fails with this message:
\Behat\Mink\Tests\Driver\Js\EventsTest::testRightClick
Failed asserting that two strings are equal. Expected :'right clicked' Actual :'single clicked'
The driver code seems to be written correctly (I've double-checked with the Facebook's driver version: https://github.com/php-webdriver/php-webdriver/blob/5d8e66ff849b5614015d35e99d759252e371ce26/lib/Remote/RemoteMouse.php#L100 ).
Not sure why the test fails.
More research is done in #354 (comment) .
The fix was done in #372 , but it's using Actions , which isn't implemented in the WebDriver.
The text was updated successfully, but these errors were encountered:
The https://github.com/instaclick/php-webdriver doesn't seem to be maintained anymore. Without fixing it there is no way to make right-clicking work.
I'm proposing to release this driver as-is so that developers can have almost full Selenium 3 support (without right-clicking) until the https://github.com/minkphp/webdriver-classic-driver is released.
Sorry, something went wrong.
No branches or pull requests
When the
\Behat\Mink\Tests\Driver\Js\EventsTest::testRightClick
test is executed on Selenium 3.x it fails with this message:The driver code seems to be written correctly (I've double-checked with the Facebook's driver version: https://github.com/php-webdriver/php-webdriver/blob/5d8e66ff849b5614015d35e99d759252e371ce26/lib/Remote/RemoteMouse.php#L100 ).
Not sure why the test fails.
More research is done in #354 (comment) .
The fix was done in #372 , but it's using Actions , which isn't implemented in the WebDriver.
The text was updated successfully, but these errors were encountered: