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
I'm trying to test focus states, which are only triggered via keyboard navigation. Is there a way to simulate a tab or arrow keypress?
Tried seeing if submitting a keycode instead of a string would work; it doesn't.
{ "selector": ".testing-div", "keypress": 9 // JS keycode }
The text was updated successfully, but these errors were encountered:
scenarios: [ { "keyPressSelectors": [ { "selector": "#email", "keyPress": "[email protected]" }, { "selector": "#password", "keyPress": "1234" } ] } ]
Sorry, something went wrong.
Seconding this as a really useful feature! Any chance to merge the open PR (#1176) that incorporates focus state testing functionality?
No branches or pull requests
I'm trying to test focus states, which are only triggered via keyboard navigation. Is there a way to simulate a tab or arrow keypress?
Tried seeing if submitting a keycode instead of a string would work; it doesn't.
{ "selector": ".testing-div", "keypress": 9 // JS keycode }
The text was updated successfully, but these errors were encountered: