We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
执行driver.sendElementKeys('中文+Test+12345678')之后后一位会覆盖前一位的字符 driver.sendKeys(_(Xfmhjy@2015{ESCAPE}))执行的结果是无法输入大写“X”,而“@”自动被过滤掉了 @yaniswang ,请求帮助
Xfmhjy@2015{ESCAPE}
The text was updated successfully, but these errors were encountered:
在使用UIRecorder进行Android录屏时,如果密码框需要输入"Xfhj@1019"时,无法按照期望的输入到设备上,请问如何处理?大神求助
实际大写变成了小写,特殊字符没输入。
Sorry, something went wrong.
No branches or pull requests
执行driver.sendElementKeys('中文+Test+12345678')之后后一位会覆盖前一位的字符
driver.sendKeys(_(
Xfmhjy@2015{ESCAPE}
))执行的结果是无法输入大写“X”,而“@”自动被过滤掉了@yaniswang ,请求帮助
The text was updated successfully, but these errors were encountered: