[Feature]: mimic mouse human gestures like NodeJS/pptr Ghost-Cursor
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- HTML
- Stars
- 718
- Forks
- 228
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked Ghost Cursor reference and related Selenium issue; no repository files, entry points, or tests are named. Define the WebDriver-level scope and acceptance criteria for human-like Bézier cursor gestures, including the proposed cursor API, before determining implementation work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- api, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100