-
Notifications
You must be signed in to change notification settings - Fork 848
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
Element visibility is not triggered by hovering another element #477
Comments
Same problem here. Is there any idea we could try? |
Hi Matthias, could you also provide steps to reproduce the problem,
versions etc.? This would help debugging the issue. Thanks a lot!
|
Using exactly the same code? If so, could you please try with the latest stable chrome (61) and chromedriver (2.33)? Also providing logs from selenium server might help. Thanks :) |
I just retried with the requested versions. Here comes the output. example.php contains just the code from above:
This is the output of the selenium server:
|
@OndraM does that help? |
+1 |
Hi, I wasn't able to make dragAndDrop working in chrome as well. However I'm not able to tell if its an issue of the Chromedriver, Selenium itself or php-webdriver. I will have to dig it this deeper, but sorry, no ETA here right now, #469 will now be a priority. Hope you understand. |
You may also try reporting the issue to https://github.com/SeleniumHQ/selenium/issues or try searching if it wasn't already reported. However reproducible usecase in different language (eg. java) would be required so that folks at Selenium project can have a look. |
Closing, as it may be resolved by #469. Feel free to open new issue with reproducible test case if the problem still persist. Thanks :) |
What are you trying to achieve? (Expected behavior)
Trigger an appearance of an element, by hovering an another element on it.
What do you get instead? (Actual behavior)
PHP Fatal error: Uncaught exception 'Facebook\WebDriver\Exception\NoSuchElementException' with message 'no such element: Unable to locate element: {"method":"xpath","selector":"//div[contains(@Style,'background-color: darkgreen')]"}
How could the issue be reproduced? (Steps to reproduce)
Details
The text was updated successfully, but these errors were encountered: