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
Tell us what should happen When I send taiko.press(["ControlLeft", "a"]) it should select all the text in input
Tell us what happens instead When I send taiko.press(["ControlLeft", "a"]) it is not doing anything
node: 12.13.0, taiko: 1.0.22
The text was updated successfully, but these errors were encountered:
This is not supported please refer #192 (comment) for more info If you want to clear the text use https://docs.taiko.dev/api/clear/
Sorry, something went wrong.
No branches or pull requests
Expected behavior
Tell us what should happen
When I send taiko.press(["ControlLeft", "a"]) it should select all the text in input
Actual behavior
Tell us what happens instead
When I send taiko.press(["ControlLeft", "a"]) it is not doing anything
Versions
node: 12.13.0,
taiko: 1.0.22
The text was updated successfully, but these errors were encountered: