-
Notifications
You must be signed in to change notification settings - Fork 115
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
Simulate Hover #177
Comments
You can see this issue here: #172 I can do a build tonight and add it, and until then you can use the code there. 'browser' is the Selenium.IWebDriver. Any snippets you find on the internet you can still do by using the browser object. 'element "cssSelector" returns an IWebElement so you can use normal selenium properties off of it too. |
Sorry I can't get a build out tonight. I will work on this tomorrow though. |
Thanks, I greatly appreciate it.
|
Awesome, thank you!
|
Enjoy 😃
|
Wouldn't this be useful to add to the documentation? |
Pattern matching or the exists function?
|
The hover feature. |
Thank you sir. On Sat, Apr 18, 2015, 12:01 Chris Holt [email protected] wrote:
|
My apologies if this is not the right place for this. I could not find any other option - it would be nice to have a forum for Canopy. I'm willing to set this up, if you like. Any way on to my question: I'd like to simulate a mouse hover event. I know this is possible with Selenium, but I could not find any way to do it with canopy or call selenium commands.
The text was updated successfully, but these errors were encountered: