tebeka / selenium

Selenium/Webdriver client for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions

PhilRau opened this issue · comments

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!

Its been worked on:
#243

Be has been merged.