webdriver
webdriver copied to clipboard
[Feature]: mimic mouse human gestures like NodeJS/pptr Ghost-Cursor
Feature and motivation
For pptr, they have Ghost Cursor to mimic mouse human gestures.
It should be neat to have this feature, based on Bezier curves
Usage example
from selenium.foobar import CreateCursor
from selenium import webdriver
driver = webdriver.Chrome()
cursor = createCursor(driver)
cursor.click(selector)
Related: https://github.com/SeleniumHQ/selenium/issues/11824