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

Simulate Hover #177

Closed
navmed opened this issue Dec 7, 2014 · 11 comments
Closed

Simulate Hover #177

navmed opened this issue Dec 7, 2014 · 11 comments

Comments

@navmed
Copy link
Contributor

navmed commented Dec 7, 2014

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.

@lefthandedgoat
Copy link
Owner

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.

@lefthandedgoat
Copy link
Owner

Sorry I can't get a build out tonight. I will work on this tomorrow though.

@navmed
Copy link
Contributor Author

navmed commented Dec 8, 2014

Thanks, I greatly appreciate it.
On Dec 7, 2014 10:14 PM, "lefthandedgoat" [email protected] wrote:

Sorry I can't get a build out tonight. I will work on this tomorrow though.


Reply to this email directly or view it on GitHub
#177 (comment)
.

@navmed
Copy link
Contributor Author

navmed commented Dec 9, 2014

Awesome, thank you!
On Dec 8, 2014 11:08 PM, "lefthandedgoat" [email protected] wrote:

This is available now
https://www.nuget.org/packages/canopy/0.9.18

example:

https://github.com/lefthandedgoat/canopy/blob/master/tests/basictests/Program.fs#L527


Reply to this email directly or view it on GitHub
#177 (comment)
.

@lefthandedgoat
Copy link
Owner

Enjoy 😃
On Dec 8, 2014 11:09 PM, "Navmed" [email protected] wrote:

Awesome, thank you!
On Dec 8, 2014 11:08 PM, "lefthandedgoat" [email protected]
wrote:

This is available now
https://www.nuget.org/packages/canopy/0.9.18

example:

https://github.com/lefthandedgoat/canopy/blob/master/tests/basictests/Program.fs#L527


Reply to this email directly or view it on GitHub
<
https://github.com/lefthandedgoat/canopy/issues/177#issuecomment-66235579>

.


Reply to this email directly or view it on GitHub
#177 (comment)
.

@navmed
Copy link
Contributor Author

navmed commented Apr 17, 2015

Wouldn't this be useful to add to the documentation?

@lefthandedgoat
Copy link
Owner

Pattern matching or the exists function?
On Apr 17, 2015 4:48 PM, "Navmed" [email protected] wrote:

Wouldn't this be useful to add to the documentation?


Reply to this email directly or view it on GitHub
#177 (comment)
.

@navmed
Copy link
Contributor Author

navmed commented Apr 17, 2015

The hover feature.

@lefthandedgoat
Copy link
Owner

@navmed
Copy link
Contributor Author

navmed commented Apr 18, 2015

Thank you sir.

On Sat, Apr 18, 2015, 12:01 Chris Holt [email protected] wrote:

http://lefthandedgoat.github.io/canopy/actions.html
Done!


Reply to this email directly or view it on GitHub
#177 (comment)
.

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

2 participants