博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Appium 输入 & 符号,实际输入&-
阅读量:5733 次
发布时间:2019-06-18

本文共 1574 字,大约阅读时间需要 5 分钟。

2018-10-11 12:27:12:178 - [debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["&"],"28","43823bcd-3213-4456-a8b8-c1962cf1a76d"]2018-10-11 12:27:12:179 - [debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"element:setText","params":{"elementId":"28","text":"&","replace":false,"unicodeKeyboard":true}}2018-10-11 12:27:12:183 - [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"element:setText","params":{"elementId":"28","text":"&","replace":false,"unicodeKeyboard":true}}2018-10-11 12:27:12:183 - [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION2018-10-11 12:27:12:183 - [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: setText2018-10-11 12:27:12:183 - [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using element passed in: 282018-10-11 12:27:12:205 - [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Attempting to clear using UiObject.clearText().2018-10-11 12:27:15:203 - [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Sending Unicode text to element: &2018-10-11 12:27:15:203 - [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Encoded text: &-2018-10-11 12:27:18:152 - [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":true}2018-10-11 12:27:18:153 - [debug] [AndroidBootstrap] Received command result from bootstrap2018-10-11 12:27:18:153 - [debug] [MJSONWP] Responding to client with driver.setValue() result: true

需要把如下代码去掉:

capabilities.setCapability("unicodeKeyboard", true);

 

转载地址:http://mtlwx.baihongyu.com/

你可能感兴趣的文章
strcspn
查看>>
OpenSSL初瞻及本系列的博文的缘由
查看>>
ISO8583接口的详细资料
查看>>
tmux不自动加载配置文件.tmux.conf
查看>>
经验分享:JavaScript小技巧
查看>>
[MOSEK] Stupid things when using mosek
查看>>
程序实例---栈的顺序实现和链式实现
查看>>
服务的使用
查看>>
Oracle 用户与模式
查看>>
网站开发流程以及HTML5简介(八)
查看>>
MairDB 初始数据库与表 (二)
查看>>
RabbitMQ】三种Exchange模式——订阅、路由、通配符模式
查看>>
连接数据库——java
查看>>
拥在怀里
查看>>
chm文件打开,有目录无内容
查看>>
whereis、find、which、locate的区别
查看>>
TRUNK
查看>>
一点不懂到小白的linux系统运维经历分享
查看>>
MDT 2013 从入门到精通之软件自动化部署设置
查看>>
桌面支持--打不开网页上的pdf附件解决办法(ie-tools-compatibility)
查看>>