zoukankan      html  css  js  c++  java
  • Appium 输入 & 符号,实际输入&-

    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 ACTION
    2018-10-11 12:27:12:183 - [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: setText
    2018-10-11 12:27:12:183 - [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using element passed in: 28
    2018-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 bootstrap
    2018-10-11 12:27:18:153 - [debug] [MJSONWP] Responding to client with driver.setValue() result: true

    需要把如下代码去掉:

    capabilities.setCapability("unicodeKeyboard", true);

     

  • 相关阅读:
    眼过千遍不如手过一遍!
    等老了,做一个视频编辑
    不建议用wxWidgets,底层有过多的bug
    MFC新婚之夜(笑昏,大概是指MFC的人固步自封)
    Twitter算法
    Ruby on rails3
    重提基数排序
    Hashtable Dictionary List
    try { var mergeFilePath = string.Format("{0}mergepdf.pdf", tempDownDir); PDFPrintHelper.MergePDFFile(pdfList, mergeFi
    查找树
  • 原文地址:https://www.cnblogs.com/testway/p/9771753.html
Copyright © 2011-2022 走看看