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

I am trying to click on 'Click Photo' button then getting Timed out retrying: cy.click() failed because this element is not visible: #9282

Closed
pardeeprj90 opened this issue Nov 23, 2020 · 4 comments

Comments

@pardeeprj90
Copy link

image

I have to use camera functionality in this scenario, but now able to do so. Kindly help me out.

@bahunov
Copy link

bahunov commented Nov 25, 2020

read the error message:
or use {force: true}

add:
.click({force: true})

@pardeeprj90
Copy link
Author

read the error message:
or use {force: true}

add:
.click({force: true})

I tried this option but it get failed in FInal Validations.

@sainthkh
Copy link
Contributor

sainthkh commented Feb 1, 2021

Sorry for the late reply.

Can you provide a reproducible example, please? As we all know, debugging cannot be started without it.

@sainthkh sainthkh added the stage: awaiting response Potential fix was proposed; awaiting response label Feb 1, 2021
@sainthkh
Copy link
Contributor

sainthkh commented Feb 8, 2021

Closing the issue because of inactivity. If the problem is still happening, please open a new issue with a reproducible example.

@sainthkh sainthkh closed this as completed Feb 8, 2021
@sainthkh sainthkh removed the stage: awaiting response Potential fix was proposed; awaiting response label Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants