tebeka / selenium

Selenium/Webdriver client for Go
MIT License
2.51k stars 410 forks source link

Actions #254

Open PhilRau opened 3 years ago

PhilRau commented 3 years ago

I need to be able to hover over an object with Selenium. When I looked up how to do this, it seems like both Python and Java have a notion of Actions. (For example, in Java, the org.openqa.selenium.interactions.Actions class is used.) However, I don't see anything similar to this in the Golang implementation.

Is there such a thing? And if not, is there a way to hover over an object in the Golang implemetation for Selenium? And if not for both of those, can it be added? Thank you very much!

inluxc commented 3 years ago

Its been worked on: https://github.com/tebeka/selenium/pull/243

inluxc commented 2 years ago

Be has been merged.