Join Discord
Powered by
The documentation for `.click()` lists the option ...
# best-practices
l
late-planet-4481
02/15/2023, 4:38 PM
The documentation for
.click()
lists the option
{ force: true }
. This will bypass the visibility checks. Example:
cy.click('#myButton').click({ force: true })
https://docs.cypress.io/api/commands/click
Previous
Next