tebeka / selenium

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

How does Selenium click and hold? #301

Open luanbe opened 1 year ago

luanbe commented 1 year ago

The Python library has supported the click_and_hold function. How does Selenium click and hold with Selenium by Golang? https://stackoverflow.com/questions/68636955/how-to-long-press-press-and-hold-mouse-left-key-using-only-selenium-in-python/68848948