问题
我在 EDGE 浏览器 Android 上测试自动化。 我无法切换到 WEBVIEW,我尝试了很多版本但失败了。
我不懂中文. 遗憾.
我在这里创建了帖子, https://github.com/appium/appium/issues/12521
我知道这是一个很大的社区,希望得到所有人的帮助。
这个~~外国友人都开始来逛 testerHome 了么
can you try with the app: https://npmcdn.com/android-app-bootstrap@latest/android_app_bootstrap/build/outputs/apk/android_app_bootstrap-debug.apk
switching success with Appium v1.13.0
@yuan
是的,在 google 上搜索时,我了解了 testerHome 社区.
(topic: https://testerhome.com/topics/6954)
@Jacc
Thanks, I also switched to webview in the Bootstrap app, but it can't be with Edge
I guess webview debug setting is disabled by default in Edge.
https://developers.google.com/web/tools/chrome-devtools/remote-debugging/webviews
Hi, you can speak english here, most people can understand.
➜ ~
curl \
-d '{"desiredCapabilities":{"chromeOptions":{"androidPackage":"com.microsoft.emmx","androidActivity":"com.microsoft.ruby.Main","androidDeviceSerial":"R28M31Y995A"}}}' \
-H "Content-Type: application/json" \
-XPOST http://localhost:9515/session
{"sessionId":"cde6962a7360107f1399fa716f47e1d2","status":13,"value":{"message":"unknown error: Failed to get sockets matching: @webview_devtools_remote_.*27586\n (make sure the app has its WebView configured for debugging)\n (Driver info: chromedriver=75.0.3770.8 (681f24ea911fe754973dda2fdc6d2a2e159dd300-refs/branch-heads/3770@{#40}),platform=Mac OS X 10.14.4 x86_64)"}}%
Seems Edge not has its WebView configured for debugging
thanks everyone.
we should stop, waiting for the new version of Edge.
TesterHome, Thanks very much!