-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
#3845 Attempt to add insert, page up and page down keys #3892
#3845 Attempt to add insert, page up and page down keys #3892
Conversation
We'll want to open a PR for the documentation to add these to the special chars table upon release. https://github.com/cypress-io/cypress-documentation/blob/develop/source/api/commands/type.md |
@jennifer-shehane I have created a PR on cypress-documentation for these 3 new keys. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes to comments made
@jennifer-shehane is saying that the browser respects the default behavior of pageup + pagedown which is hard to believe... but regardless there should be a test ensuring that this is correctly happening. |
…press-io#3892) * Attempt to add insert, page up and page down keys. * Fix keyboard event for page down. Fix tests' titles. * Fix the pagedown test. * Fix comment for the insert key.
Here is my attempt to add the support for the insert, page up and page down keys. I've used the PR for #3071 as a guide.
Please feel free to comment on this PR. I think that these keys behave in a similar way as the escape key: They don't change the input or the cursor's location.
Close #3845.