Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make pointer-related commands "dual" #197

Open
Andarist opened this issue Dec 2, 2021 · 0 comments
Open

Make pointer-related commands "dual" #197

Andarist opened this issue Dec 2, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Andarist
Copy link
Collaborator

Andarist commented Dec 2, 2021

It would be nice if I could just do this:

cy.realClick({ x: 10, y: 10 })

instead of having to do this

cy.get('body').realClick({ x: 10, y: 10 })
@dmtrKovalenko dmtrKovalenko added the enhancement New feature or request label Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants