tebeka / selenium

Selenium/Webdriver client for Go
MIT License
2.53k stars 409 forks source link

Add clickAt action #299

Open TexHik620953 opened 2 years ago

cherishingany commented 2 years ago

you can see the "type WebElement interface " - MoveTo(xOffset, yOffset int) error,Perhaps in line with the expected clickat results。I don't know if it helps you