kaliiiiiiiiii / Selenium-Driverless

undetected Selenium without usage of chromedriver
https://kaliiiiiiiiii.github.io/Selenium-Driverless/
Other
412 stars 52 forks source link

added support for keyboard layout #220

Open AyaSimspp opened 2 months ago

AyaSimspp commented 2 months ago

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")

namtacs commented 3 weeks ago

see #207