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

added support for keyboard layout #220

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

AyaSimspp
Copy link
Contributor

Added support for different keyboard layout when typing text
The layout has to be defined in target.py, for example: KEY_MAPPING_EN, and in the send keys function

The default mapping is english and does not need to be defined
If you want other mappings,you need to define it
elem.send_keys("йхэЯ",layout="ru")

added support for keyboard layout
added support for keyboard layouts, and implemented the russian one
@namtacs
Copy link

namtacs commented Jun 12, 2024

see #207

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

Successfully merging this pull request may close these issues.

2 participants