Closed qwert2603 closed 4 years ago
Hi there!
device.keyboard.typeText(...)
uses adb commands for typing char by char. Unfortunately, it does not support cyrillic characters.
Please, consider to use ViewActions#typeText
with Espresso or UiObject#setText
with UiAutomator. Also, you can use Kautomator's UiViewActions
for the same purpose.
@qwert2603 I'm closing the issue. Please, reopen it if the issue is still actual.
@RuslanMingaliev Hi! OK, thank you for response.
device.keyboard.typeText("йцуке")
throwscom.kaspersky.kaspresso.internal.exceptions.AdbServerException: command=input text й was performed with failed result=CommandResult(status=FAILED, description=exitCode=137, message=)
tested with: