We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When starting a test with cy.realPress('Tab'); it tabs through the cypress window before tabbing through the webpage.
cy.realPress('Tab');
Tried with: Chrome 89 Node 12.20.1 cypress 6.8.0 cypress-real-events 1.3.0 yarn
The text was updated successfully, but these errors were encountered:
You need to firstly focus internal window. Basically
cy.window().focus()
We actually need to think about doing this automatically but need to make sure that it won't affect users test scenario
Sorry, something went wrong.
Yeah it would be great if you could look into it being done automatically. Let me know if you require assistance.
duplicate of #196
No branches or pull requests
When starting a test with
cy.realPress('Tab');
it tabs through the cypress window before tabbing through the webpage.Tried with:
Chrome 89
Node 12.20.1
cypress 6.8.0
cypress-real-events 1.3.0
yarn
The text was updated successfully, but these errors were encountered: