Interact with Cypress while waiting #22967
Unanswered
mamoedo
asked this question in
Questions and Help
Replies: 1 comment 1 reply
-
hello! 👋 have you tried the cypress-file-upload to upload the files? more details on how to use it here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I wanted to ask if it's possible to interact with the web browser while the tests are running.
I have this question because I need to perform some actions on my web that I think that I can't do with Cypress so I thought about making a wait on the test and performing manually this actions.
What I can't do with Cypress is to upload files to my web because it's made with Webix and the html elements for uploading files are not input fields (and Cypress can only upload files to this kind of elements).
Does anyone know a way to perform this actions?
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions