-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Cannot programmatically open menu / trigger mousedown (For testing) #1114
Comments
I have the same problem – I'm able to interact with the component via Selenium / SitePrism, but I am not able to do the same while using Poltergeist. I tried literally everything. Here's my setup: |
I found a way to make react-select work using Poltergeist – hope it helps |
Found this solution in Java for the WebElement instance "dropdownElement":
...
|
Hello - In an effort to sustain the We understand this might be inconvenient but in the best interest of supporting the broader community we have to direct our limited efforts to maintain the latest version. If you feel this issue / pull request is still relevant and you'd like us to review it, please leave a comment and we'll do our best to get back to you. |
https://plnkr.co/edit/uN6sdCanjlDsvxpg7a8i?p=preview
Looks like I'm not the only one having issues with selenium testing a page using react-select.
My selenium cannot click on the elements (they're ignored), and I can't get javascript to fake it, either.
What's going on? How can I programmatically open this menu to continue my test?
The text was updated successfully, but these errors were encountered: