Skip to content
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

Key Chord Support #1850

Open
trottly opened this issue Jul 23, 2024 · 0 comments
Open

Key Chord Support #1850

trottly opened this issue Jul 23, 2024 · 0 comments

Comments

@trottly
Copy link

trottly commented Jul 23, 2024

🚀 Feature Proposal

Selenium IDE for Chrome is missing key chord support. It would be great to have a command like KEY CHORD where target can be entered like KEY_CONTROL X Y Z with space-delimited keys.

Motivation

Not having key chord support makes it difficult to simulate a user holding down multiple keys at the same time (keyboard shortcuts). This is important for certain web apps where a key chord would be better for navigation than mouse clicks.

Example

For example: When using Zendesk within the browser, it's not really possible to use mouse events to close tickets because you can never be certain how many ticket tabs are open; and each ticket tab uses what appears to be a randomly generated element class for its tab X button. It's also difficult to get mouse clicks to activate the dropdown menu without using hover events (because the menu doesn't exist until the web app creates it during hover event). However, having the ability to emulate key chords with an IDE command would allow the use of keyboard shortcuts for web apps; these are sometimes a lot faster and less messy than mouse events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant