Skip to content

button is being located by Cypress but clicking is not working in automation #29223

Closed Answered by samelawrence
Upsh67 asked this question in Questions and Help
Discussion options

You must be logged in to vote

@Upsh67 You could try using cy.click( { force: true } ); - or if that doesn't work, you might want to implement the cypress-real-events plugin, which I find is more reliable at sending click events that are realistic, like a click with a physical mouse would be. I talk more about how I use this plugin at this blog post. I hope it's helpful to you.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Upsh67
Comment options

@Upsh67
Comment options

@samelawrence
Comment options

@samelawrence
Comment options

Answer selected by Upsh67
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants