appium python很慢_大家有没有碰见过 appium 执行查找时特别慢的情况?如何解决的?…

  • Post author:
  • Post category:python


2018-05-31 11:46:35:195 – [HTTP] –> POST /wd/hub/session/c4da7699-f33a-4239-bacd-2abb02a3b289/element {“using”:”-android uiautomator”,”value”:”new UiSelector().text(\”允许\”)”}

2018-05-31 11:46:35:195 – [debug] [MJSONWP] Calling AppiumDriver.findElement() with args: [“-android uiautomator”,”new UiSelector().text(\”允许\”)”,”c4da7699-f33a-4239-bacd-2abb02a3b289″]

2018-05-31 11:46:35:195 – [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

2018-05-31 11:46:35:195 – [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator

2018-05-31 11:46:35:195 – [debug] [BaseDriver] Waiting up to 0 ms for condition

2018-05-31 11:46:35:196 – [debug] [AndroidBootstrap] Sending command to android: {“cmd”:”action”,”action”:”find”,”params”:{“strategy”:”-android uiautomator”,”selector”:”new UiSelector().text(\”允许\”)”,”context”:””,”multiple”:false}}

2018-05-31 11:46:35:199 – [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:”action”,”action”:”find”,”params”:{“strategy”:”-android uiautomator”,”selector”:”new UiSelector().text(\”允许\”)”,”context”:””,”multiple”:false}}

2018-05-31 11:46:35:199 – [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION

2018-05-31 11:46:35:199 – [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find

2018-05-31 11:46:35:199 – [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘new UiSelector().text(“允许”)’ using ‘ANDROID_UIAUTOMATOR’ with the contextId: ” multiple: false

2018-05-31 11:46:35:199 – [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Parsing selector: new UiSelector().text(“允许”)

2018-05-31 11:46:35:200 – [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] UiSelector coerce type: class java.lang.String arg: “允许”

2018-05-31 11:46:35:200 – [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[TEXT=允许]

2018-05-31 11:53:44:015 – [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.

2018-05-31 11:53:44:015 – [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘new UiSelector().text(“允许”)’ using ‘ANDROID_UIAUTOMATOR’ with the contextId: ” multiple: false

2018-05-31 11:53:44:015 – [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Parsing selector: new UiSelector().text(“允许”)

2018-05-31 11:53:44:015 – [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] UiSelector coerce type: class java.lang.String arg: “允许”

2018-05-31 11:53:44:015 – [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[TEXT=允许]

2018-05-31 11:53:44:769 – [debug] [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“value”:”No element found”,”status”:7}

2018-05-31 11:53:44:769 – [debug] [AndroidBootstrap] Received command result from bootstrap