android x5 webview报错,appium 混合 APP,x5 内核,webview 切换报错

前言:15 号左右,开发和我说搞了一个高逼格的东西,亲儿子换成 QQx5 的内核了,然后我这边发现____以前可以直接定位的,现在更换 x5 内核之后 H5 页面的元素竟然 switch_to.context 切换不了!

环境:

语言 :python3.52

appium :1.6.3

pc 谷歌 :62.xxx

手机谷歌:62:xxx ()

chromedriver:2.34

print(self.driver.contexts) # 打印出来下面有多个 webview,另外腾讯的 webview 有时候打印不出来!

['NATIVE_APP', 'WEBVIEW_com.henji.yunyi.yizhibang:channel', 'WEBVIEW_com.henji.yunyi.yizhibang', 'WEBVIEW_com.henji.yunyi.yizhibang:ipc', 'WEBVIEW_io.rong.push']

启动项: 这里加了这两个

b04cb4901e04fb1b46fd3fc8f5231775.png

报错及问题:

目前切换 webview 的时候,会一直卡在哪里,直到报错,目前我切换的 webview 是: 'WEBVIEW_com.henji.yunyi.yizhibang'

Appium 日志如下:

[debug] [AndroidDriver] Found webviews: ["WEBVIEW_io.rong.push","WEBVIEW_com.hen

ji.yunyi.yizhibang","WEBVIEW_com.henji.yunyi.yizhibang:ipc","WEBVIEW_com.henji.y

unyi.yizhibang:channel"]

[debug] [AndroidDriver] Available contexts: ["NATIVE_APP","WEBVIEW_io.rong.push"

,"WEBVIEW_com.henji.yunyi.yizhibang","WEBVIEW_com.henji.yunyi.yizhibang:ipc","WE

BVIEW_com.henji.yunyi.yizhibang:channel"]

[debug] [MJSONWP] Responding to client with driver.setContext() result: null

[HTTP]

954 ms - 76

[HTTP] --> GET /wd/hub/session/932489f4-c0dc-45c7-aec1-b9a5e5be4039/context {}

[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["932489f4

-c0dc-45c7-aec1-b9a5e5be4039"]

[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "

NATIVE_APP"

[HTTP]

5 ms - 84

[HTTP] --> POST /wd/hub/session/932489f4-c0dc-45c7-aec1-b9a5e5be4039/element {"v

alue":"com.henji.yunyi.yizhibang:id/iv_brand_preview","sessionId":"932489f4-c0dc

-45c7-aec1-b9a5e5be4039","using":"id"}

[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","com.henji

.yunyi.yizhibang:id/iv_brand_preview","932489f4-c0dc-45c7-aec1-b9a5e5be4039"]

[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class

name, accessibility id, -android uiautomator

[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class

name, accessibility id, -android uiautomator

[debug] [BaseDriver] Waiting up to 10000 ms for condition

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8214/w

d/hub/session/5a77cb50-d4aa-45ee-bee3-43614306b457/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/iv_brand_preview","context":"",

"multiple":false}

[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"5a77cb50-d4aa

-45ee-bee3-43614306b457","status":0,"value":{"ELEMENT":"d205a111-5fc1-4221-bf89-

96f10ba1c4af"}}

[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEME

NT":"d205a111-5fc1-4221-bf89-96f10ba1c4af"}

[HTTP]

61 ms - 122

[HTTP] --> POST /wd/hub/session/932489f4-c0dc-45c7-aec1-b9a5e5be4039/element/d20

5a111-5fc1-4221-bf89-96f10ba1c4af/click {"id":"d205a111-5fc1-4221-bf89-96f10ba1c

4af","sessionId":"932489f4-c0dc-45c7-aec1-b9a5e5be4039"}

[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["d205a111-5fc1-4221-b

f89-96f10ba1c4af","932489f4-c0dc-45c7-aec1-b9a5e5be4039"]

[debug] [JSONWP Proxy] Proxying [POST /element/d205a111-5fc1-4221-bf89-96f10ba1c

4af/click] to [POST http://localhost:8214/wd/hub/session/5a77cb50-d4aa-45ee-bee3

-43614306b457/element/d205a111-5fc1-4221-bf89-96f10ba1c4af/click] with body: {"e

lementId":"d205a111-5fc1-4221-bf89-96f10ba1c4af"}

[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"5a77cb50-d4aa

-45ee-bee3-43614306b457","status":0,"value":true}

[debug] [MJSONWP] Responding to client with driver.click() result: true

[HTTP]

5a111-5fc1-4221-bf89-96f10ba1c4af/click 200 33 ms - 76

[HTTP] --> GET /wd/hub/session/932489f4-c0dc-45c7-aec1-b9a5e5be4039/appium/devic

e/current_activity {}

[debug] [MJSONWP] Calling AppiumDriver.getCurrentActivity() with args: ["932489f

4-c0dc-45c7-aec1-b9a5e5be4039"]

[debug] [ADB] Getting focused package and activity

[debug] [ADB] Getting connected devices...

[debug] [ADB] 1 device(s) connected

[debug] [ADB] Running 'C:\tools\androidSdk\android-sdk-windows\platform-tools\ad

b.exe' with args: ["-P",5037,"-s","2905bdb6","shell","dumpsys","window","windows

"]

[debug] [MJSONWP] Responding to client with driver.getCurrentActivity() result:

".promotion.brand.activity.PreviewBrandActivity"

[HTTP]

e/current_activity 200 287 ms - 120

[HTTP] --> GET /wd/hub/session/932489f4-c0dc-45c7-aec1-b9a5e5be4039/appium/devic

e/current_activity {}

[debug] [MJSONWP] Calling AppiumDriver.getCurrentActivity() with args: ["932489f

4-c0dc-45c7-aec1-b9a5e5be4039"]

[debug] [ADB] Getting focused package and activity

[debug] [ADB] Getting connected devices...

[debug] [ADB] 1 device(s) connected

[debug] [ADB] Running 'C:\tools\androidSdk\android-sdk-windows\platform-tools\ad

b.exe' with args: ["-P",5037,"-s","2905bdb6","shell","dumpsys","window","windows

"]

[debug] [MJSONWP] Responding to client with driver.getCurrentActivity() result:

".promotion.brand.activity.PreviewBrandActivity"

[HTTP]

e/current_activity 200 332 ms - 120

[HTTP] --> GET /wd/hub/session/932489f4-c0dc-45c7-aec1-b9a5e5be4039/contexts {}

[debug] [MJSONWP] Calling AppiumDriver.getContexts() with args: ["932489f4-c0dc-

45c7-aec1-b9a5e5be4039"]

[debug] [AndroidDriver] Getting a list of available webviews

[debug] [ADB] Getting connected devices...

[debug] [ADB] 1 device(s) connected

[debug] [ADB] Running 'C:\tools\androidSdk\android-sdk-windows\platform-tools\ad

b.exe' with args: ["-P",5037,"-s","2905bdb6","shell","cat","/proc/net/unix"]

[debug] [AndroidDriver] WEBVIEW_12799 mapped to pid 12799

[debug] [AndroidDriver] Getting process name for webview

[debug] [ADB] Getting connected devices...

[debug] [AndroidDriver] WEBVIEW_12632 mapped to pid 12632

[debug] [AndroidDriver] Getting process name for webview

[debug] [ADB] Getting connected devices...

[debug] [AndroidDriver] WEBVIEW_12779 mapped to pid 12779

[debug] [AndroidDriver] Getting process name for webview

[debug] [ADB] Getting connected devices...

[debug] [AndroidDriver] WEBVIEW_13190 mapped to pid 13190

[debug] [AndroidDriver] Getting process name for webview

[debug] [ADB] Getting connected devices...

[debug] [ADB] 1 device(s) connected

[debug] [ADB] Running 'C:\tools\androidSdk\android-sdk-windows\platform-tools\ad

b.exe' with args: ["-P",5037,"-s","2905bdb6","shell","ps"]

[debug] [ADB] 1 device(s) connected

[debug] [ADB] Running 'C:\tools\androidSdk\android-sdk-windows\platform-tools\ad

b.exe' with args: ["-P",5037,"-s","2905bdb6","shell","ps"]

[debug] [ADB] 1 device(s) connected

[debug] [ADB] Running 'C:\tools\androidSdk\android-sdk-windows\platform-tools\ad

b.exe' with args: ["-P",5037,"-s","2905bdb6","shell","ps"]

[debug] [ADB] 1 device(s) connected

[debug] [ADB] Running 'C:\tools\androidSdk\android-sdk-windows\platform-tools\ad

b.exe' with args: ["-P",5037,"-s","2905bdb6","shell","ps"]

[debug] [AndroidDriver] Parsed pid: 12779 pkg: com.henji.yunyi.yizhibang:ipc!

[debug] [AndroidDriver] from: u0_a216,12779,624,1203396,129172,SyS_epoll_,000000

0000,S,com.henji.yunyi.yizhibang:ipc

[debug] [AndroidDriver] returning process name: com.henji.yunyi.yizhibang:ipc

[debug] [AndroidDriver] Parsed pid: 12632 pkg: com.henji.yunyi.yizhibang!

[debug] [AndroidDriver] from: u0_a216,12632,624,1540488,227184,SyS_epoll_,000000

0000,S,com.henji.yunyi.yizhibang

[debug] [AndroidDriver] returning process name: com.henji.yunyi.yizhibang

[debug] [AndroidDriver] Parsed pid: 12799 pkg: io.rong.push!

[debug] [AndroidDriver] from: u0_a216,12799,624,1199152,122136,SyS_epoll_,000000

0000,S,io.rong.push

[debug] [AndroidDriver] returning process name: io.rong.push

[debug] [AndroidDriver] Parsed pid: 13190 pkg: com.henji.yunyi.yizhibang:channel

!

[debug] [AndroidDriver] from: u0_a216,13190,624,1199040,120008,SyS_epoll_,000000

0000,S,com.henji.yunyi.yizhibang:channel

[debug] [AndroidDriver] returning process name: com.henji.yunyi.yizhibang:channe

l

[debug] [AndroidDriver] Found webviews: ["WEBVIEW_io.rong.push","WEBVIEW_com.hen

ji.yunyi.yizhibang","WEBVIEW_com.henji.yunyi.yizhibang:ipc","WEBVIEW_com.henji.y

unyi.yizhibang:channel"]

[debug] [AndroidDriver] Available contexts: ["NATIVE_APP","WEBVIEW_io.rong.push"

,"WEBVIEW_com.henji.yunyi.yizhibang","WEBVIEW_com.henji.yunyi.yizhibang:ipc","WE

BVIEW_com.henji.yunyi.yizhibang:channel"]

[debug] [MJSONWP] Responding to client with driver.getContexts() result: ["NATIV

E_APP","WEBVIEW_io.rong.push","WEBVIEW_com.henji.yunyi.yizhibang","WEBVIEW_com.h

enji.yunyi.yizhibang:ipc","WEBVIEW_com.henji.yunyi.yizhibang:channel"]

[HTTP]

984 ms - 229

[HTTP] --> POST /wd/hub/session/932489f4-c0dc-45c7-aec1-b9a5e5be4039/context {"n

ame":"WEBVIEW_com.henji.yunyi.yizhibang","sessionId":"932489f4-c0dc-45c7-aec1-b9

a5e5be4039"}

[debug] [MJSONWP] Calling AppiumDriver.setContext() with args: ["WEBVIEW_com.hen

ji.yunyi.yizhibang","932489f4-c0dc-45c7-aec1-b9a5e5be4039"]

[debug] [AndroidDriver] Getting a list of available webviews

[debug] [ADB] Getting connected devices...

[debug] [ADB] 1 device(s) connected

[debug] [ADB] Running 'C:\tools\androidSdk\android-sdk-windows\platform-tools\ad

b.exe' with args: ["-P",5037,"-s","2905bdb6","shell","cat","/proc/net/unix"]

[debug] [AndroidDriver] WEBVIEW_12799 mapped to pid 12799

[debug] [AndroidDriver] Getting process name for webview

[debug] [ADB] Getting connected devices...

[debug] [AndroidDriver] WEBVIEW_12632 mapped to pid 12632

[debug] [AndroidDriver] Getting process name for webview

[debug] [ADB] Getting connected devices...

[debug] [AndroidDriver] WEBVIEW_12779 mapped to pid 12779

[debug] [AndroidDriver] Getting process name for webview

[debug] [ADB] Getting connected devices...

[debug] [AndroidDriver] WEBVIEW_13190 mapped to pid 13190

[debug] [AndroidDriver] Getting process name for webview

[debug] [ADB] Getting connected devices...

[debug] [ADB] 1 device(s) connected

[debug] [ADB] Running 'C:\tools\androidSdk\android-sdk-windows\platform-tools\ad

b.exe' with args: ["-P",5037,"-s","2905bdb6","shell","ps"]

[debug] [ADB] 1 device(s) connected

[debug] [ADB] Running 'C:\tools\androidSdk\android-sdk-windows\platform-tools\ad

b.exe' with args: ["-P",5037,"-s","2905bdb6","shell","ps"]

[debug] [ADB] 1 device(s) connected

[debug] [ADB] Running 'C:\tools\androidSdk\android-sdk-windows\platform-tools\ad

b.exe' with args: ["-P",5037,"-s","2905bdb6","shell","ps"]

[debug] [ADB] 1 device(s) connected

[debug] [ADB] Running 'C:\tools\androidSdk\android-sdk-windows\platform-tools\ad

b.exe' with args: ["-P",5037,"-s","2905bdb6","shell","ps"]

[debug] [AndroidDriver] Parsed pid: 12779 pkg: com.henji.yunyi.yizhibang:ipc!

[debug] [AndroidDriver] from: u0_a216,12779,624,1201268,123100,SyS_epoll_,000000

0000,S,com.henji.yunyi.yizhibang:ipc

[debug] [AndroidDriver] returning process name: com.henji.yunyi.yizhibang:ipc

[debug] [AndroidDriver] Parsed pid: 12632 pkg: com.henji.yunyi.yizhibang!

[debug] [AndroidDriver] from: u0_a216,12632,624,1533948,222884,SyS_epoll_,000000

0000,S,com.henji.yunyi.yizhibang

[debug] [AndroidDriver] returning process name: com.henji.yunyi.yizhibang

[debug] [AndroidDriver] Parsed pid: 12799 pkg: io.rong.push!

[debug] [AndroidDriver] from: u0_a216,12799,624,1197024,119284,SyS_epoll_,000000

0000,S,io.rong.push

[debug] [AndroidDriver] returning process name: io.rong.push

[debug] [AndroidDriver] Parsed pid: 13190 pkg: com.henji.yunyi.yizhibang:channel

!

[debug] [AndroidDriver] from: u0_a216,13190,624,1199040,120008,SyS_epoll_,000000

0000,S,com.henji.yunyi.yizhibang:channel

[debug] [AndroidDriver] returning process name: com.henji.yunyi.yizhibang:channe

l

[debug] [AndroidDriver] Found webviews: ["WEBVIEW_io.rong.push","WEBVIEW_com.hen

ji.yunyi.yizhibang","WEBVIEW_com.henji.yunyi.yizhibang:ipc","WEBVIEW_com.henji.y

unyi.yizhibang:channel"]

[debug] [AndroidDriver] Available contexts: ["NATIVE_APP","WEBVIEW_io.rong.push"

,"WEBVIEW_com.henji.yunyi.yizhibang","WEBVIEW_com.henji.yunyi.yizhibang:ipc","WE

BVIEW_com.henji.yunyi.yizhibang:channel"]

[debug] [AndroidDriver] Connecting to chrome-backed webview context 'WEBVIEW_com

.henji.yunyi.yizhibang'

[debug] [AndroidDriver] A port was not given, using random port: 8000

[debug] [Chromedriver] Changed state to 'starting'

[Chromedriver] Set chromedriver binary as: C:\Users\Administrator\AppData\Roamin

g\npm\node_modules\appium\node_modules\appium-chromedriver\chromedriver\win\chro

medriver.exe

[Chromedriver] Killing any old chromedrivers, running: FOR /F "usebackq tokens=5

" %a in (netstat -nao ^| findstr /R /C:"8000 ") do (FOR /F "usebackq" %b in (TASKLIST /FI "PID eq %a" ^| findstr /I chromedriver.exe) do (IF NOT %b=="" TASK

KILL /F /PID %a))

[Chromedriver] No old chromedrivers seemed to exist

[Chromedriver] Spawning chromedriver with: C:\Users\Administrator\AppData\Roamin

g\npm\node_modules\appium\node_modules\appium-chromedriver\chromedriver\win\chro

medriver.exe --url-base=wd/hub --port=8000 --adb-port=5037

[Chromedriver] [STDOUT] Starting ChromeDriver 2.34.522940 (1a76f96f66e3ca7b8e57d

503b4dd3bccfba87af1) on port 8000

Only local connections are allowed.

[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8000/wd/h

ub/status] with no body

[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"\",\"stat

us\":0,\"value\":{\"build\":{\"version\":\"alpha\"},\"os\":{\"arch\":\"x86_64\",

\"name\":\"Windows NT\",\"version\":\"6.1.7601 SP1\"}}}"

[debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8000/w

d/hub/session] with body: {"desiredCapabilities":{"chromeOptions":{"androidPacka

ge":"com.henji.yunyi.yizhibang","androidUseRunningApp":true,"androidProcess":"co

m.tencent.mm:tools","androidDeviceSerial":"2905bdb6"}}}

[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f1d8bf2a72135

bd363d649849dc80995","status":100,"value":{"message":"chrome not reachable\n (D

river info: chromedriver=2.34.522940 (1a76f96f66e3ca7b8e57d503b4dd3bccfba87af1),

platform=Windows NT 6.1.7601 SP1 x86_64)"}}

[debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8000/w

d/hub/session] with body: {"desiredCapabilities":{"chromeOptions":{"androidPacka

ge":"com.henji.yunyi.yizhibang","androidUseRunningApp":true,"androidProcess":"co

m.tencent.mm:tools","androidDeviceSerial":"2905bdb6"}}}

[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"76c5f76390d92

78d23492f81168259e7","status":100,"value":{"message":"chrome not reachable\n (D

river info: chromedriver=2.34.522940 (1a76f96f66e3ca7b8e57d503b4dd3bccfba87af1),

platform=Windows NT 6.1.7601 SP1 x86_64)"}}

[debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8000/w

d/hub/session] with body: {"desiredCapabilities":{"chromeOptions":{"androidPacka

ge":"com.henji.yunyi.yizhibang","androidUseRunningApp":true,"androidProcess":"co

m.tencent.mm:tools","androidDeviceSerial":"2905bdb6"}}}

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_tips_dialog_confirm","conte

xt":"","multiple":false}

[debug] [BaseDriver] Waited for 3957 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_tips_dialog_confirm","conte

xt":"","multiple":false}

[debug] [BaseDriver] Waited for 4494 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_tips_dialog_confirm","conte

xt":"","multiple":false}

[debug] [BaseDriver] Waited for 5036 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_tips_dialog_confirm","conte

xt":"","multiple":false}

[debug] [BaseDriver] Waited for 5582 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_tips_dialog_confirm","conte

xt":"","multiple":false}

[debug] [BaseDriver] Waited for 6340 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_tips_dialog_confirm","conte

xt":"","multiple":false}

[debug] [BaseDriver] Waited for 6885 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_tips_dialog_confirm","conte

xt":"","multiple":false}

[debug] [BaseDriver] Waited for 7427 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_tips_dialog_confirm","conte

xt":"","multiple":false}

[debug] [BaseDriver] Waited for 7963 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_tips_dialog_confirm","conte

xt":"","multiple":false}

[debug] [BaseDriver] Waited for 8557 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_tips_dialog_confirm","conte

xt":"","multiple":false}

[debug] [BaseDriver] Waited for 9508 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_tips_dialog_confirm","conte

xt":"","multiple":false}

[HTTP]

10343 ms - 164

[HTTP] --> POST /wd/hub/session/eb05cdde-12d7-4088-a211-72ab12abde60/element {"v

alue":"com.henji.yunyi.yizhibang:id/tv_back","using":"id","sessionId":"eb05cdde-

12d7-4088-a211-72ab12abde60"}

[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","com.henji

.yunyi.yizhibang:id/tv_back","eb05cdde-12d7-4088-a211-72ab12abde60"]

[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class

name, accessibility id, -android uiautomator

[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class

name, accessibility id, -android uiautomator

[debug] [BaseDriver] Waiting up to 10000 ms for condition

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 35 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 658 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 1201 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 1741 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 2286 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 2823 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 3490 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 4023 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 4565 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 5095 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 5666 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 6202 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 6738 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 7502 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 8041 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 8583 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 9129 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[debug] [BaseDriver] Waited for 9673 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/tv_back","context":"","multiple

":false}

[HTTP]

10220 ms - 164

[HTTP] --> POST /wd/hub/session/eb05cdde-12d7-4088-a211-72ab12abde60/element {"v

alue":"com.henji.yunyi.yizhibang:id/rl_home_mine","using":"id","sessionId":"eb05

cdde-12d7-4088-a211-72ab12abde60"}

[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","com.henji

.yunyi.yizhibang:id/rl_home_mine","eb05cdde-12d7-4088-a211-72ab12abde60"]

[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class

name, accessibility id, -android uiautomator

[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class

name, accessibility id, -android uiautomator

[debug] [BaseDriver] Waiting up to 10000 ms for condition

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/rl_home_mine","context":"","mul

tiple":false}

[debug] [BaseDriver] Waited for 37 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/rl_home_mine","context":"","mul

tiple":false}

[debug] [BaseDriver] Waited for 8785 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/rl_home_mine","context":"","mul

tiple":false}

[debug] [BaseDriver] Waited for 9329 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/rl_home_mine","context":"","mul

tiple":false}

[debug] [BaseDriver] Waited for 9957 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/rl_home_mine","context":"","mul

tiple":false}

[HTTP]

10519 ms - 164

[HTTP] --> POST /wd/hub/session/eb05cdde-12d7-4088-a211-72ab12abde60/element {"v

alue":"com.henji.yunyi.yizhibang:id/btn_login_submit","using":"id","sessionId":"

eb05cdde-12d7-4088-a211-72ab12abde60"}

[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","com.henji

.yunyi.yizhibang:id/btn_login_submit","eb05cdde-12d7-4088-a211-72ab12abde60"]

[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class

name, accessibility id, -android uiautomator

[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class

name, accessibility id, -android uiautomator

[debug] [BaseDriver] Waiting up to 10000 ms for condition

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 37 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 930 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 1762 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 2301 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 2933 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 3468 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 4009 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 4545 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 5077 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 5768 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 6301 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 6939 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 7486 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 8030 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 8568 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 9101 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[debug] [BaseDriver] Waited for 9778 ms so far

[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8215/w

d/hub/session/cca71bf8-7b2b-4d2d-b234-3e9666877bb6/element] with body: {"strateg

y":"id","selector":"com.henji.yunyi.yizhibang:id/btn_login_submit","context":"",

"multiple":false}

[HTTP]

10344 ms - 164

pychram 编译器报错:

0ee2226a90cd56b6fbfa894e89319c8d.png

目前自己怀疑是不是 webview 的版本是 57,我这边需要更换 chromedriver 与 57 匹配!有大神能帮忙看下吗!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值