Skip to content

[Feature Request]: Is it possible to control the mouse by events, press, drag and release? #104

@cleitonleonel

Description

@cleitonleonel

Checklist before requesting

  • I have searched for similar feature requests and didn't find a duplicate.
  • I have checked the documentation to confirm this feature doesn't already exist.

Problem Statement

I'm trying to move the mouse around the screen to simulate more human movement.

Proposed Solution

Something similar to the code snippet below:

action = ActionChains(driver)
action.click_and_hold(button).perform()
action.move_by_offset(move_x, 0).perform()
action.release().perform()

This resource was cited in this discussion https://github.com/orgs/autoscrape-labs/discussions/103

Alternatives Considered

No response

Additional Context

No response

Importance

Nice to have

Contribution

I could help with parts of the implementation

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions