使用appium做多设备自动化,用的pytest框架,用两台设备同时跑运行结束的时候有一台出现了EPIPE的错误,node.js已经是较新的稳定版本,日志如下:

2021-11-10 15:11:58:431 [Appium] Welcome to Appium v1.21.0
2021-11-10 15:11:58:433 [Appium] Non-default server args:
2021-11-10 15:11:58:433 [Appium] port: 4727
2021-11-10 15:11:58:433 [Appium] sessionOverride: true
2021-11-10 15:11:58:434 [Appium] logFile: /Users/bignox/wxhtest/test_multi_devices/multi_devices_run/Outputs/appium_server_logs/appium_server_4727.log
2021-11-10 15:11:58:434 [Appium] logTimestamp: true
2021-11-10 15:11:58:434 [Appium] localTimezone: true
2021-11-10 15:11:58:451 [Appium] Appium REST http interface listener started on 0.0.0.0:4727
2021-11-10 15:12:14:830 [HTTP] Request idempotency key: 71c1ddf7-536c-4a8a-a012-2ff6c26fc51e
2021-11-10 15:12:14:841 [HTTP] → POST /wd/hub/session
2021-11-10 15:12:14:841 [HTTP] {“capabilities”:{“firstMatch”:[{“appium:deviceName”:“10.8.3.219:7629”,“appium:platformVersion”:“8.1.0”,“platformName”:“Android”,“appium:appPackage”:“com.bloom.selfie.camera.beauty”,“appium:appActivity”:“com.bloom.selfie.camera.beauty.module.main.SplashActivity”,“appium:noReset”:true,“appium:autoGrantPermissions”:true,“appium:systemPort”:8204}]},“desiredCapabilities”:{“deviceName”:“10.8.3.219:7629”,“platformVersion”:“8.1.0”,“platformName”:“Android”,“appPackage”:“com.bloom.selfie.camera.beauty”,“appActivity”:“com.bloom.selfie.camera.beauty.module.main.SplashActivity”,“noReset”:true,“autoGrantPermissions”:true,“systemPort”:8204}}
2021-11-10 15:12:14:843 [W3C] Calling AppiumDriver.createSession() with args: [{“deviceName”:“10.8.3.219:7629”,“platformVersion”:“8.1.0”,“platformName”:“Android”,“appPackage”:“com.bloom.selfie.camera.beauty”,“appActivity”:“com.bloom.selfie.camera.beauty.module.main.SplashActivity”,“noReset”:true,“autoGrantPermissions”:true,“systemPort”:8204},null,{“firstMatch”:[{“appium:deviceName”:“10.8.3.219:7629”,“appium:platformVersion”:“8.1.0”,“platformName”:“Android”,“appium:appPackage”:“com.bloom.selfie.camera.beauty”,“appium:appActivity”:“com.bloom.selfie.camera.beauty.module.main.SplashActivity”,“appium:noReset”:true,“appium:autoGrantPermissions”:true,“appium:systemPort”:8204}]}]
2021-11-10 15:12:14:844 [BaseDriver] Event ‘newSessionRequested’ logged at 1636528334843 (15:12:14 GMT+0800 (China Standard Time))
2021-11-10 15:12:14:849 [Appium]
2021-11-10 15:12:14:849 [Appium] ======================================================================
2021-11-10 15:12:14:849 [Appium] DEPRECATION WARNING:
2021-11-10 15:12:14:850 [Appium]
2021-11-10 15:12:14:850 [Appium] The ‘automationName’ capability was not provided in the desired
2021-11-10 15:12:14:850 [Appium] capabilities for this Android session
2021-11-10 15:12:14:850 [Appium]
2021-11-10 15:12:14:850 [Appium] Setting ‘automationName=UiAutomator2’ by default and using the
2021-11-10 15:12:14:851 [Appium] UiAutomator2 Driver
2021-11-10 15:12:14:851 [Appium]
2021-11-10 15:12:14:851 [Appium] The next major version of Appium (2.x) will require the
2021-11-10 15:12:14:851 [Appium] ‘automationName’ capability to be set for all sessions on all
2021-11-10 15:12:14:851 [Appium] platforms
2021-11-10 15:12:14:851 [Appium]
2021-11-10 15:12:14:851 [Appium] In previous versions (Appium <= 1.13.x), the default was
2021-11-10 15:12:14:851 [Appium] ‘automationName=UiAutomator1’
2021-11-10 15:12:14:851 [Appium]
2021-11-10 15:12:14:851 [Appium] If you wish to use that automation instead of UiAutomator2, please
2021-11-10 15:12:14:852 [Appium] add ‘automationName=UiAutomator1’ to your desired capabilities
2021-11-10 15:12:14:852 [Appium]
2021-11-10 15:12:14:852 [Appium] For more information about drivers, please visit
2021-11-10 15:12:14:852 [Appium] http://appium.io/docs/en/about-appium/intro/ and explore the
2021-11-10 15:12:14:852 [Appium] ‘Drivers’ menu
2021-11-10 15:12:14:852 [Appium]
2021-11-10 15:12:14:852 [Appium] ======================================================================
2021-11-10 15:12:14:852 [Appium]
2021-11-10 15:12:15:015 [Appium] Appium v1.21.0 creating new AndroidUiautomator2Driver (v1.65.0) session
2021-11-10 15:12:15:016 [Appium] There are no active sessions for cleanup
2021-11-10 15:12:15:019 [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
2021-11-10 15:12:15:019 [BaseDriver] Creating session with W3C capabilities: {
2021-11-10 15:12:15:019 [BaseDriver] “alwaysMatch”: {
2021-11-10 15:12:15:019 [BaseDriver] “platformName”: “Android”,
2021-11-10 15:12:15:019 [BaseDriver] “appium:deviceName”: “10.8.3.219:7629”,
2021-11-10 15:12:15:020 [BaseDriver] “appium:platformVersion”: “8.1.0”,
2021-11-10 15:12:15:020 [BaseDriver] “appium:appPackage”: “com.bloom.selfie.camera.beauty”,
2021-11-10 15:12:15:020 [BaseDriver] “appium:appActivity”: “com.bloom.selfie.camera.beauty.module.main.SplashActivity”,
2021-11-10 15:12:15:020 [BaseDriver] “appium:noReset”: true,
2021-11-10 15:12:15:020 [BaseDriver] “appium:autoGrantPermissions”: true,
2021-11-10 15:12:15:020 [BaseDriver] “appium:systemPort”: 8204
2021-11-10 15:12:15:020 [BaseDriver] },
2021-11-10 15:12:15:020 [BaseDriver] “firstMatch”: [
2021-11-10 15:12:15:020 [BaseDriver] {}
2021-11-10 15:12:15:021 [BaseDriver] ]
2021-11-10 15:12:15:021 [BaseDriver] }
2021-11-10 15:12:15:029 [BaseDriver] Session created with session id: 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:12:15:030 [UiAutomator2] Starting ‘com.bloom.selfie.camera.beauty’ directly on the device
2021-11-10 15:12:15:055 [ADB] Found 2 ‘build-tools’ folders under ‘/Users/bignox/Library/Android/sdk’ (newest first):
2021-11-10 15:12:15:055 [ADB] /Users/bignox/Library/Android/sdk/build-tools/31.0.0
2021-11-10 15:12:15:055 [ADB] /Users/bignox/Library/Android/sdk/build-tools/30.0.1
2021-11-10 15:12:15:056 [ADB] Using ‘adb’ from ‘/Users/bignox/Library/Android/sdk/platform-tools/adb’
2021-11-10 15:12:15:057 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 start-server’
2021-11-10 15:12:15:071 [AndroidDriver] Retrieving device list
2021-11-10 15:12:15:071 [ADB] Trying to find a connected android device
2021-11-10 15:12:15:072 [ADB] Getting connected devices
2021-11-10 15:12:15:082 [ADB] Connected devices: [{“udid”:“10.8.3.219:7569”,“state”:“device”},{“udid”:“10.8.3.219:7629”,“state”:“device”}]
2021-11-10 15:12:15:083 [AndroidDriver] Looking for a device with Android ‘8.1.0’
2021-11-10 15:12:15:083 [ADB] Setting device id to 10.8.3.219:7569
2021-11-10 15:12:15:083 [ADB] Getting device platform version
2021-11-10 15:12:15:083 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7569 shell getprop ro.build.version.release’
2021-11-10 15:12:15:153 [ADB] Current device property ‘ro.build.version.release’: 7.1.1
2021-11-10 15:12:15:153 [ADB] Setting device id to 10.8.3.219:7629
2021-11-10 15:12:15:153 [ADB] Getting device platform version
2021-11-10 15:12:15:154 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell getprop ro.build.version.release’
2021-11-10 15:12:15:233 [ADB] Current device property ‘ro.build.version.release’: 8.1.0
2021-11-10 15:12:15:234 [AndroidDriver] Using device: 10.8.3.219:7629
2021-11-10 15:12:15:236 [ADB] Using ‘adb’ from ‘/Users/bignox/Library/Android/sdk/platform-tools/adb’
2021-11-10 15:12:15:236 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 start-server’
2021-11-10 15:12:15:245 [ADB] Setting device id to 10.8.3.219:7629
2021-11-10 15:12:15:246 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell getprop ro.build.version.sdk’
2021-11-10 15:12:15:293 [ADB] Current device property ‘ro.build.version.sdk’: 27
2021-11-10 15:12:15:293 [ADB] Device API level: 27
2021-11-10 15:12:15:293 [AndroidDriver] No app sent in, not parsing package/activity
2021-11-10 15:12:15:294 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 wait-for-device’
2021-11-10 15:12:15:305 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell echo ping’
2021-11-10 15:12:15:333 [AndroidDriver] Pushing settings apk to device…
2021-11-10 15:12:15:335 [ADB] Getting install status for io.appium.settings
2021-11-10 15:12:15:335 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell dumpsys package io.appium.settings’
2021-11-10 15:12:15:419 [ADB] ‘io.appium.settings’ is installed
2021-11-10 15:12:15:419 [ADB] Getting package info for ‘io.appium.settings’
2021-11-10 15:12:15:420 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell dumpsys package io.appium.settings’
2021-11-10 15:12:15:503 [ADB] The version name of the installed ‘io.appium.settings’ is greater or equal to the application version name (‘3.3.0’ >= ‘3.3.0’)
2021-11-10 15:12:15:504 [ADB] There is no need to install/upgrade ‘/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk’
2021-11-10 15:12:15:504 [ADB] Getting IDs of all ‘io.appium.settings’ processes
2021-11-10 15:12:15:505 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell ‘pgrep --help; echo $?’’
2021-11-10 15:12:15:566 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell pgrep -f ([[:blank:]]|^)io.appium.settings([[:blank:]]|$)’
2021-11-10 15:12:15:673 [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions.
2021-11-10 15:12:15:674 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell appops set io.appium.settings android:mock_location allow’
2021-11-10 15:12:15:754 [Logcat] Starting logs capture with command: /Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 logcat -v threadtime
2021-11-10 15:12:15:807 [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to local port 8204
2021-11-10 15:12:15:808 [ADB] Forwarding system: 8204 to device: 6790
2021-11-10 15:12:15:808 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 forward tcp:8204 tcp:6790’
2021-11-10 15:12:15:820 [ADB] Getting install status for io.appium.uiautomator2.server
2021-11-10 15:12:15:821 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell dumpsys package io.appium.uiautomator2.server’
2021-11-10 15:12:15:943 [ADB] ‘io.appium.uiautomator2.server’ is installed
2021-11-10 15:12:15:943 [ADB] Getting package info for ‘io.appium.uiautomator2.server’
2021-11-10 15:12:15:943 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell dumpsys package io.appium.uiautomator2.server’
2021-11-10 15:12:16:082 [ADB] The version name of the installed ‘io.appium.uiautomator2.server’ is greater or equal to the application version name (‘4.21.1’ >= ‘4.21.1’)
2021-11-10 15:12:16:082 [UiAutomator2] io.appium.uiautomator2.server installation state: sameVersionInstalled
2021-11-10 15:12:16:083 [ADB] Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.21.1.apk
2021-11-10 15:12:16:087 [ADB] Using ‘apksigner.jar’ from ‘/Users/bignox/Library/Android/sdk/build-tools/31.0.0/lib/apksigner.jar’
2021-11-10 15:12:16:088 [ADB] Starting apksigner: /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/bin/java -Xmx1024M -Xss1m -jar /Users/bignox/Library/Android/sdk/build-tools/31.0.0/lib/apksigner.jar verify --print-certs /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.21.1.apk
2021-11-10 15:12:17:813 [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
2021-11-10 15:12:17:813 [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
2021-11-10 15:12:17:813 [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
2021-11-10 15:12:17:813 [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
2021-11-10 15:12:17:813 [ADB]
2021-11-10 15:12:17:814 [ADB] sha256 hash did match for ‘appium-uiautomator2-server-v4.21.1.apk’
2021-11-10 15:12:17:814 [ADB] ‘/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.21.1.apk’ is signed with the default certificate
2021-11-10 15:12:17:814 [ADB] Getting install status for io.appium.uiautomator2.server.test
2021-11-10 15:12:17:814 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell dumpsys package io.appium.uiautomator2.server.test’
2021-11-10 15:12:17:914 [ADB] ‘io.appium.uiautomator2.server.test’ is installed
2021-11-10 15:12:17:915 [ADB] Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk
2021-11-10 15:12:17:915 [ADB] Starting apksigner: /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/bin/java -Xmx1024M -Xss1m -jar /Users/bignox/Library/Android/sdk/build-tools/31.0.0/lib/apksigner.jar verify --print-certs /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk
2021-11-10 15:12:18:316 [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
2021-11-10 15:12:18:316 [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
2021-11-10 15:12:18:316 [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
2021-11-10 15:12:18:316 [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
2021-11-10 15:12:18:316 [ADB]
2021-11-10 15:12:18:317 [ADB] sha256 hash did match for ‘appium-uiautomator2-server-debug-androidTest.apk’
2021-11-10 15:12:18:317 [ADB] ‘/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk’ is signed with the default certificate
2021-11-10 15:12:18:317 [UiAutomator2] Server packages are not going to be (re)installed
2021-11-10 15:12:18:319 [UiAutomator2] Waiting up to 30000ms for services to be available
2021-11-10 15:12:18:320 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell pm list instrumentation’
2021-11-10 15:12:18:917 [UiAutomator2] Instrumentation target ‘io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner’ is available
2021-11-10 15:12:18:920 [ADB] Adding packages [“io.appium.settings”,“io.appium.uiautomator2.server”,“io.appium.uiautomator2.server.test”] to Doze whitelist
2021-11-10 15:12:18:920 [ADB] Got the following command chunks to execute: [[“dumpsys”,“deviceidle”,“whitelist”,“+io.appium.settings”,“;”,“dumpsys”,“deviceidle”,“whitelist”,“+io.appium.uiautomator2.server”,“;”,“dumpsys”,“deviceidle”,“whitelist”,“+io.appium.uiautomator2.server.test”,“;”]]
2021-11-10 15:12:18:920 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;’
2021-11-10 15:12:19:062 [UiAutomator2] No app capability. Assuming it is already on the device
2021-11-10 15:12:19:063 [UiAutomator2] Performing shallow cleanup of automation leftovers
2021-11-10 15:12:19:095 [UiAutomator2] No obsolete sessions have been detected (socket hang up)
2021-11-10 15:12:19:096 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell am force-stop io.appium.uiautomator2.server.test’
2021-11-10 15:12:19:184 [UiAutomator2] Starting UIAutomator2 server 4.21.1
2021-11-10 15:12:19:184 [UiAutomator2] Using UIAutomator2 server from ‘/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.21.1.apk’ and test from ‘/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk’
2021-11-10 15:12:19:184 [UiAutomator2] Waiting up to 30000ms for UiAutomator2 to be online…
2021-11-10 15:12:19:185 [ADB] Creating ADB subprocess with args: [“-P”,5037,“-s”,“10.8.3.219:7629”,“shell”,“am”,“instrument”,“-w”,“-e”,“disableAnalytics”,true,“io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner”]
2021-11-10 15:12:19:193 [WD Proxy] Matched ‘/status’ to command name ‘getStatus’
2021-11-10 15:12:19:194 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8204/wd/hub/status] with no body
2021-11-10 15:12:19:202 [WD Proxy] socket hang up
2021-11-10 15:12:20:208 [WD Proxy] Matched ‘/status’ to command name ‘getStatus’
2021-11-10 15:12:20:208 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8204/wd/hub/status] with no body
2021-11-10 15:12:20:218 [WD Proxy] socket hang up
2021-11-10 15:12:20:783 [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
2021-11-10 15:12:21:219 [WD Proxy] Matched ‘/status’ to command name ‘getStatus’
2021-11-10 15:12:21:219 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8204/wd/hub/status] with no body
2021-11-10 15:12:21:232 [WD Proxy] socket hang up
2021-11-10 15:12:22:236 [WD Proxy] Matched ‘/status’ to command name ‘getStatus’
2021-11-10 15:12:22:236 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8204/wd/hub/status] with no body
2021-11-10 15:12:22:367 [WD Proxy] Got response with status 200: {“sessionId”:“None”,“value”:{“message”:“UiAutomator2 Server is ready to accept commands”,“ready”:true}}
2021-11-10 15:12:22:368 [UiAutomator2] The initialization of the instrumentation process took 3184ms
2021-11-10 15:12:22:368 [WD Proxy] Matched ‘/session’ to command name ‘createSession’
2021-11-10 15:12:22:369 [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8204/wd/hub/session] with body: {“capabilities”:{“firstMatch”:[{“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“Android”,“deviceName”:“10.8.3.219:7629”,“platformVersion”:“8.1.0”,“appPackage”:“com.bloom.selfie.camera.beauty”,“appActivity”:“com.bloom.selfie.camera.beauty.module.main.SplashActivity”,“noReset”:true,“autoGrantPermissions”:true,“systemPort”:8204},“platformName”:“Android”,“deviceName”:“10.8.3.219:7629”,“platformVersion”:“8.1.0”,“appPackage”:“com.bloom.selfie.camera.beauty”,“appActivity”:“com.bloom.selfie.camera.beauty.module.main.SplashActivity”,“noReset”:true,“autoGrantPermissions”:true,“systemPort”:8204,“deviceUDID”:“10.8.3.219:7629”}],“alwaysMatch”:{}}}
2021-11-10 15:12:22:420 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:{“capabilities”:{“firstMatch”:[{“platform”:“LINUX”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“platformName”:“Android”,“deviceName”:“10.8.3.219:7629”,“platformVersion”:“8.1.0”,“appPackage”:“com.bloom.selfie.camera.beauty”,“appActivity”:“com.bloom.selfie.camera.beauty.module.main.SplashActivity”,“noReset”:true,“autoGrantPermissions”:true,“systemPort”:8204},“platformName”:“Android”,“deviceName”:“10.8.3.219:7629”,“platformVersion”:“8.1.0”,“appPackage”:“com.bloom.selfie.camera.beauty”,“appActivity”:“com.bloom.selfie.camera.beauty.module.main.SplashActivity”,“noReset”:true,“autoGrantPermissions”:true,“systemPort”:8204,“deviceUDID”:“10.8.3.219:7629”}],“alwaysMatch”:{}},“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”}}
2021-11-10 15:12:22:421 [WD Proxy] Determined the downstream protocol as ‘W3C’
2021-11-10 15:12:22:434 [WD Proxy] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/appium/device/info] with no body
2021-11-10 15:13:46:541 [WD Proxy] Proxying [POST /element/01ebab6f-6e5a-4859-8b6a-6ba9ab3e1c78/click] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element/01ebab6f-6e5a-4859-8b6a-6ba9ab3e1c78/click] with body: {“element”:“01ebab6f-6e5a-4859-8b6a-6ba9ab3e1c78”}
2021-11-10 15:13:46:581 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:null}
2021-11-10 15:13:46:581 [W3C (6c3b4a6b)] Responding to client with driver.click() result: null
2021-11-10 15:13:46:582 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/01ebab6f-6e5a-4859-8b6a-6ba9ab3e1c78/click 200 42 ms - 14
2021-11-10 15:13:46:582 [HTTP]
2021-11-10 15:13:49:592 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:13:49:593 [HTTP] {}
2021-11-10 15:13:49:593 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:13:49:594 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:13:49:594 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:13:50:480 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:“<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:13:50:480 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:13:50:482 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 890 ms - 47776
2021-11-10 15:13:50:482 [HTTP]
2021-11-10 15:14:01:018 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:14:01:018 [HTTP] {}
2021-11-10 15:14:01:019 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:14:01:020 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:14:01:020 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:14:01:453 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:”<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:14:01:455 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:14:01:456 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 438 ms - 24976
2021-11-10 15:14:01:457 [HTTP]
2021-11-10 15:14:04:460 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:14:04:460 [HTTP] {“implicit”:3000}
2021-11-10 15:14:04:460 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,3000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:14:04:461 [BaseDriver] W3C timeout argument: {“implicit”:3000}}
2021-11-10 15:14:04:461 [BaseDriver] Set implicit wait to 3000ms
2021-11-10 15:14:04:461 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:14:04:462 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:14:04:462 [HTTP]
2021-11-10 15:14:07:469 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:14:07:469 [HTTP] {}
2021-11-10 15:14:07:470 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:14:07:471 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:14:07:471 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:14:08:599 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:“<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:14:08:599 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:14:08:600 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 1131 ms - 27454
2021-11-10 15:14:08:601 [HTTP]
2021-11-10 15:14:14:626 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:14:14:626 [HTTP] {“implicit”:1000}
2021-11-10 15:14:14:626 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,1000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:14:14:626 [BaseDriver] W3C timeout argument: {“implicit”:1000}}
2021-11-10 15:14:14:627 [BaseDriver] Set implicit wait to 1000ms
2021-11-10 15:14:14:627 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:14:14:627 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 1 ms - 14
2021-11-10 15:14:14:627 [HTTP]
2021-11-10 15:14:16:641 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:14:16:641 [HTTP] {“implicit”:5000}
2021-11-10 15:14:16:641 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:14:16:642 [BaseDriver] W3C timeout argument: {“implicit”:5000}}
2021-11-10 15:14:16:642 [BaseDriver] Set implicit wait to 5000ms
2021-11-10 15:14:16:642 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:14:16:643 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:14:16:643 [HTTP]
2021-11-10 15:14:16:645 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element
2021-11-10 15:14:16:645 [HTTP] {“using”:“id”,“value”:“com.bloom.selfie.camera.beauty:id/lly_fun”}
2021-11-10 15:14:16:645 [W3C (6c3b4a6b)] Calling AppiumDriver.findElement() with args: [“id”,“com.bloom.selfie.camera.beauty:id/lly_fun”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:14:16:645 [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2021-11-10 15:14:16:645 [BaseDriver] Waiting up to 5000 ms for condition
2021-11-10 15:14:16:646 [WD Proxy] Matched ‘/element’ to command name ‘findElement’
2021-11-10 15:14:16:646 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element] with body: {“strategy”:“id”,“selector”:“com.bloom.selfie.camera.beauty:id/lly_fun”,“context”:”“,“multiple”:false}
2021-11-10 15:14:17:053 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:{“ELEMENT”:“6e0374dc-f963-4b49-9ffe-b41f7af77908”,“element-6066-11e4-a52e-4f735466cecf”:“6e0374dc-f963-4b49-9ffe-b41f7af77908”}}
2021-11-10 15:14:17:054 [W3C (6c3b4a6b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“6e0374dc-f963-4b49-9ffe-b41f7af77908”,“ELEMENT”:“6e0374dc-f963-4b49-9ffe-b41f7af77908”}
2021-11-10 15:14:17:054 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element 200 409 ms - 137
2021-11-10 15:14:17:054 [HTTP]
2021-11-10 15:14:17:056 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/6e0374dc-f963-4b49-9ffe-b41f7af77908/click
2021-11-10 15:14:17:057 [HTTP] {“id”:“6e0374dc-f963-4b49-9ffe-b41f7af77908”}
2021-11-10 15:14:17:057 [W3C (6c3b4a6b)] Calling AppiumDriver.click() with args: [“6e0374dc-f963-4b49-9ffe-b41f7af77908”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:14:17:058 [WD Proxy] Matched ‘/element/6e0374dc-f963-4b49-9ffe-b41f7af77908/click’ to command name ‘click’
2021-11-10 15:14:17:059 [WD Proxy] Proxying [POST /element/6e0374dc-f963-4b49-9ffe-b41f7af77908/click] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element/6e0374dc-f963-4b49-9ffe-b41f7af77908/click] with body: {“element”:“6e0374dc-f963-4b49-9ffe-b41f7af77908”}
2021-11-10 15:14:17:109 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:null}
2021-11-10 15:14:17:109 [W3C (6c3b4a6b)] Responding to client with driver.click() result: null
2021-11-10 15:14:17:110 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/6e0374dc-f963-4b49-9ffe-b41f7af77908/click 200 53 ms - 14
2021-11-10 15:14:17:110 [HTTP]
2021-11-10 15:14:20:120 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:14:20:120 [HTTP] {}
2021-11-10 15:14:20:121 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:14:20:121 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:14:20:122 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:14:22:804 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:”<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:14:22:805 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:14:22:806 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 2686 ms - 81367
2021-11-10 15:14:22:806 [HTTP]
2021-11-10 15:14:33:349 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:14:33:349 [HTTP] {}
2021-11-10 15:14:33:350 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:14:33:350 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:14:33:350 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:14:33:616 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:“<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.google.android.googlequicksearchbox" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.google.android.googlequicksearchbox" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.Fra…
2021-11-10 15:14:33:616 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:14:33:617 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 268 ms - 18329
2021-11-10 15:14:33:617 [HTTP]
2021-11-10 15:14:36:628 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:14:36:628 [HTTP] {“implicit”:3000}
2021-11-10 15:14:36:628 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,3000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:14:36:629 [BaseDriver] W3C timeout argument: {“implicit”:3000}}
2021-11-10 15:14:36:629 [BaseDriver] Set implicit wait to 3000ms
2021-11-10 15:14:36:629 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:14:36:630 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:14:36:630 [HTTP]
2021-11-10 15:14:39:643 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:14:39:643 [HTTP] {}
2021-11-10 15:14:39:644 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:14:39:644 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:14:39:644 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:14:39:945 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:”<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:14:39:945 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:14:39:947 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 303 ms - 27625
2021-11-10 15:14:39:947 [HTTP]
2021-11-10 15:14:45:965 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:14:45:965 [HTTP] {“implicit”:1000}
2021-11-10 15:14:45:965 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,1000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:14:45:966 [BaseDriver] W3C timeout argument: {“implicit”:1000}}
2021-11-10 15:14:45:966 [BaseDriver] Set implicit wait to 1000ms
2021-11-10 15:14:45:966 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:14:45:967 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 1 ms - 14
2021-11-10 15:14:45:967 [HTTP]
2021-11-10 15:14:47:983 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:14:47:984 [HTTP] {“implicit”:5000}
2021-11-10 15:14:47:984 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:14:47:984 [BaseDriver] W3C timeout argument: {“implicit”:5000}}
2021-11-10 15:14:47:984 [BaseDriver] Set implicit wait to 5000ms
2021-11-10 15:14:47:985 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:14:47:986 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:14:47:986 [HTTP]
2021-11-10 15:14:47:988 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element
2021-11-10 15:14:47:988 [HTTP] {“using”:“id”,“value”:“com.bloom.selfie.camera.beauty:id/lly_capture_filter”}
2021-11-10 15:14:47:988 [W3C (6c3b4a6b)] Calling AppiumDriver.findElement() with args: [“id”,“com.bloom.selfie.camera.beauty:id/lly_capture_filter”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:14:47:989 [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2021-11-10 15:14:47:989 [BaseDriver] Waiting up to 5000 ms for condition
2021-11-10 15:14:47:991 [WD Proxy] Matched ‘/element’ to command name ‘findElement’
2021-11-10 15:14:47:992 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element] with body: {“strategy”:“id”,“selector”:“com.bloom.selfie.camera.beauty:id/lly_capture_filter”,“context”:“”,“multiple”:false}
2021-11-10 15:14:48:448 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:{“ELEMENT”:“c3c36aef-8893-4896-8d53-b07f3b3e3b29”,“element-6066-11e4-a52e-4f735466cecf”:“c3c36aef-8893-4896-8d53-b07f3b3e3b29”}}
2021-11-10 15:14:48:448 [W3C (6c3b4a6b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“c3c36aef-8893-4896-8d53-b07f3b3e3b29”,“ELEMENT”:“c3c36aef-8893-4896-8d53-b07f3b3e3b29”}
2021-11-10 15:14:48:449 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element 200 461 ms - 137
2021-11-10 15:14:48:449 [HTTP]
2021-11-10 15:14:48:453 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/c3c36aef-8893-4896-8d53-b07f3b3e3b29/click
2021-11-10 15:14:48:453 [HTTP] {“id”:“c3c36aef-8893-4896-8d53-b07f3b3e3b29”}
2021-11-10 15:14:48:454 [W3C (6c3b4a6b)] Calling AppiumDriver.click() with args: [“c3c36aef-8893-4896-8d53-b07f3b3e3b29”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:14:48:455 [WD Proxy] Matched ‘/element/c3c36aef-8893-4896-8d53-b07f3b3e3b29/click’ to command name ‘click’
2021-11-10 15:14:48:455 [WD Proxy] Proxying [POST /element/c3c36aef-8893-4896-8d53-b07f3b3e3b29/click] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element/c3c36aef-8893-4896-8d53-b07f3b3e3b29/click] with body: {“element”:“c3c36aef-8893-4896-8d53-b07f3b3e3b29”}
2021-11-10 15:14:48:509 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:null}
2021-11-10 15:14:48:509 [W3C (6c3b4a6b)] Responding to client with driver.click() result: null
2021-11-10 15:14:48:510 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/c3c36aef-8893-4896-8d53-b07f3b3e3b29/click 200 57 ms - 14
2021-11-10 15:14:48:510 [HTTP]
2021-11-10 15:14:51:517 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:14:51:517 [HTTP] {}
2021-11-10 15:14:51:517 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:14:51:518 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:14:51:519 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:14:53:307 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:“<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:14:53:308 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:14:53:309 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 1792 ms - 61210
2021-11-10 15:14:53:309 [HTTP]
2021-11-10 15:15:03:851 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:15:03:851 [HTTP] {}
2021-11-10 15:15:03:852 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:15:03:855 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:15:03:855 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:15:05:266 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:”<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:15:05:266 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:15:05:267 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 1416 ms - 27797
2021-11-10 15:15:05:267 [HTTP]
2021-11-10 15:15:08:274 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:15:08:275 [HTTP] {“implicit”:3000}
2021-11-10 15:15:08:275 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,3000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:15:08:275 [BaseDriver] W3C timeout argument: {“implicit”:3000}}
2021-11-10 15:15:08:275 [BaseDriver] Set implicit wait to 3000ms
2021-11-10 15:15:08:276 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:15:08:276 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:15:08:276 [HTTP]
2021-11-10 15:15:11:290 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:15:11:290 [HTTP] {}
2021-11-10 15:15:11:290 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:15:11:291 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:15:11:291 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:15:11:961 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:“<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:15:11:962 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:15:11:963 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 673 ms - 27454
2021-11-10 15:15:11:963 [HTTP]
2021-11-10 15:15:17:984 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:15:17:984 [HTTP] {“implicit”:1000}
2021-11-10 15:15:17:984 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,1000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:15:17:984 [BaseDriver] W3C timeout argument: {“implicit”:1000}}
2021-11-10 15:15:17:985 [BaseDriver] Set implicit wait to 1000ms
2021-11-10 15:15:17:985 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:15:17:986 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 1 ms - 14
2021-11-10 15:15:17:986 [HTTP]
2021-11-10 15:15:20:002 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:15:20:003 [HTTP] {“implicit”:5000}
2021-11-10 15:15:20:003 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:15:20:003 [BaseDriver] W3C timeout argument: {“implicit”:5000}}
2021-11-10 15:15:20:004 [BaseDriver] Set implicit wait to 5000ms
2021-11-10 15:15:20:004 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:15:20:005 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:15:20:005 [HTTP]
2021-11-10 15:15:20:007 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element
2021-11-10 15:15:20:007 [HTTP] {“using”:“id”,“value”:“com.bloom.selfie.camera.beauty:id/lly_capture_picsvideo”}
2021-11-10 15:15:20:007 [W3C (6c3b4a6b)] Calling AppiumDriver.findElement() with args: [“id”,“com.bloom.selfie.camera.beauty:id/lly_capture_picsvideo”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:15:20:007 [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2021-11-10 15:15:20:008 [BaseDriver] Waiting up to 5000 ms for condition
2021-11-10 15:15:20:008 [WD Proxy] Matched ‘/element’ to command name ‘findElement’
2021-11-10 15:15:20:008 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element] with body: {“strategy”:“id”,“selector”:“com.bloom.selfie.camera.beauty:id/lly_capture_picsvideo”,“context”:”“,“multiple”:false}
2021-11-10 15:15:20:697 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:{“ELEMENT”:“cad0b241-a577-4cf1-b7a5-7c805d78f007”,“element-6066-11e4-a52e-4f735466cecf”:“cad0b241-a577-4cf1-b7a5-7c805d78f007”}}
2021-11-10 15:15:20:698 [W3C (6c3b4a6b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“cad0b241-a577-4cf1-b7a5-7c805d78f007”,“ELEMENT”:“cad0b241-a577-4cf1-b7a5-7c805d78f007”}
2021-11-10 15:15:20:699 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element 200 692 ms - 137
2021-11-10 15:15:20:699 [HTTP]
2021-11-10 15:15:20:702 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/cad0b241-a577-4cf1-b7a5-7c805d78f007/click
2021-11-10 15:15:20:702 [HTTP] {“id”:“cad0b241-a577-4cf1-b7a5-7c805d78f007”}
2021-11-10 15:15:20:703 [W3C (6c3b4a6b)] Calling AppiumDriver.click() with args: [“cad0b241-a577-4cf1-b7a5-7c805d78f007”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:15:20:704 [WD Proxy] Matched ‘/element/cad0b241-a577-4cf1-b7a5-7c805d78f007/click’ to command name ‘click’
2021-11-10 15:15:20:704 [WD Proxy] Proxying [POST /element/cad0b241-a577-4cf1-b7a5-7c805d78f007/click] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element/cad0b241-a577-4cf1-b7a5-7c805d78f007/click] with body: {“element”:“cad0b241-a577-4cf1-b7a5-7c805d78f007”}
2021-11-10 15:15:20:755 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:null}
2021-11-10 15:15:20:755 [W3C (6c3b4a6b)] Responding to client with driver.click() result: null
2021-11-10 15:15:20:756 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/cad0b241-a577-4cf1-b7a5-7c805d78f007/click 200 54 ms - 14
2021-11-10 15:15:20:756 [HTTP]
2021-11-10 15:15:23:764 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:15:23:764 [HTTP] {}
2021-11-10 15:15:23:765 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:15:23:765 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:15:23:765 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:15:23:942 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:”<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:15:23:942 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:15:23:943 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 179 ms - 13946
2021-11-10 15:15:23:944 [HTTP]
2021-11-10 15:15:34:487 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:15:34:487 [HTTP] {}
2021-11-10 15:15:34:488 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:15:34:489 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:15:34:489 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:15:34:912 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:“<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:15:34:913 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:15:34:914 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 427 ms - 27454
2021-11-10 15:15:34:914 [HTTP]
2021-11-10 15:15:37:923 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:15:37:923 [HTTP] {“implicit”:3000}
2021-11-10 15:15:37:923 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,3000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:15:37:924 [BaseDriver] W3C timeout argument: {“implicit”:3000}}
2021-11-10 15:15:37:924 [BaseDriver] Set implicit wait to 3000ms
2021-11-10 15:15:37:924 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:15:37:925 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:15:37:925 [HTTP]
2021-11-10 15:15:38:937 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:15:38:937 [HTTP] {“implicit”:5000}
2021-11-10 15:15:38:938 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:15:38:938 [BaseDriver] W3C timeout argument: {“implicit”:5000}}
2021-11-10 15:15:38:938 [BaseDriver] Set implicit wait to 5000ms
2021-11-10 15:15:38:939 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:15:38:939 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:15:38:939 [HTTP]
2021-11-10 15:15:38:941 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element
2021-11-10 15:15:38:941 [HTTP] {“using”:“id”,“value”:“com.bloom.selfie.camera.beauty:id/click_view_1”}
2021-11-10 15:15:38:942 [W3C (6c3b4a6b)] Calling AppiumDriver.findElement() with args: [“id”,“com.bloom.selfie.camera.beauty:id/click_view_1”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:15:38:942 [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2021-11-10 15:15:38:942 [BaseDriver] Waiting up to 5000 ms for condition
2021-11-10 15:15:38:942 [WD Proxy] Matched ‘/element’ to command name ‘findElement’
2021-11-10 15:15:38:943 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element] with body: {“strategy”:“id”,“selector”:“com.bloom.selfie.camera.beauty:id/click_view_1”,“context”:”“,“multiple”:false}
2021-11-10 15:15:38:983 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:{“ELEMENT”:“8a3d7b5e-c6c1-4671-9876-857ac783f0f8”,“element-6066-11e4-a52e-4f735466cecf”:“8a3d7b5e-c6c1-4671-9876-857ac783f0f8”}}
2021-11-10 15:15:38:984 [W3C (6c3b4a6b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“8a3d7b5e-c6c1-4671-9876-857ac783f0f8”,“ELEMENT”:“8a3d7b5e-c6c1-4671-9876-857ac783f0f8”}
2021-11-10 15:15:38:986 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element 200 45 ms - 137
2021-11-10 15:15:38:986 [HTTP]
2021-11-10 15:15:38:988 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/8a3d7b5e-c6c1-4671-9876-857ac783f0f8/click
2021-11-10 15:15:38:988 [HTTP] {“id”:“8a3d7b5e-c6c1-4671-9876-857ac783f0f8”}
2021-11-10 15:15:38:989 [W3C (6c3b4a6b)] Calling AppiumDriver.click() with args: [“8a3d7b5e-c6c1-4671-9876-857ac783f0f8”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:15:38:990 [WD Proxy] Matched ‘/element/8a3d7b5e-c6c1-4671-9876-857ac783f0f8/click’ to command name ‘click’
2021-11-10 15:15:38:991 [WD Proxy] Proxying [POST /element/8a3d7b5e-c6c1-4671-9876-857ac783f0f8/click] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element/8a3d7b5e-c6c1-4671-9876-857ac783f0f8/click] with body: {“element”:“8a3d7b5e-c6c1-4671-9876-857ac783f0f8”}
2021-11-10 15:15:39:520 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:null}
2021-11-10 15:15:39:520 [W3C (6c3b4a6b)] Responding to client with driver.click() result: null
2021-11-10 15:15:39:521 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/8a3d7b5e-c6c1-4671-9876-857ac783f0f8/click 200 532 ms - 14
2021-11-10 15:15:39:521 [HTTP]
2021-11-10 15:15:42:528 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:15:42:528 [HTTP] {}
2021-11-10 15:15:42:528 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:15:42:529 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:15:42:529 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:15:42:703 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:”<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:15:42:704 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:15:42:705 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 177 ms - 14185
2021-11-10 15:15:42:705 [HTTP]
2021-11-10 15:15:53:242 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:15:53:243 [HTTP] {}
2021-11-10 15:15:53:243 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:15:53:244 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:15:53:244 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:15:53:519 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:“<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:15:53:519 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:15:53:520 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 278 ms - 27454
2021-11-10 15:15:53:521 [HTTP]
2021-11-10 15:15:56:529 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:15:56:529 [HTTP] {“implicit”:3000}
2021-11-10 15:15:56:530 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,3000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:15:56:530 [BaseDriver] W3C timeout argument: {“implicit”:3000}}
2021-11-10 15:15:56:530 [BaseDriver] Set implicit wait to 3000ms
2021-11-10 15:15:56:530 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:15:56:531 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 3 ms - 14
2021-11-10 15:15:56:531 [HTTP]
2021-11-10 15:15:57:541 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:15:57:542 [HTTP] {“implicit”:5000}
2021-11-10 15:15:57:542 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:15:57:542 [BaseDriver] W3C timeout argument: {“implicit”:5000}}
2021-11-10 15:15:57:542 [BaseDriver] Set implicit wait to 5000ms
2021-11-10 15:15:57:543 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:15:57:544 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:15:57:544 [HTTP]
2021-11-10 15:15:57:546 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element
2021-11-10 15:15:57:546 [HTTP] {“using”:“id”,“value”:“com.bloom.selfie.camera.beauty:id/hot_dis_refresh”}
2021-11-10 15:15:57:546 [W3C (6c3b4a6b)] Calling AppiumDriver.findElement() with args: [“id”,“com.bloom.selfie.camera.beauty:id/hot_dis_refresh”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:15:57:546 [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2021-11-10 15:15:57:547 [BaseDriver] Waiting up to 5000 ms for condition
2021-11-10 15:15:57:547 [WD Proxy] Matched ‘/element’ to command name ‘findElement’
2021-11-10 15:15:57:547 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element] with body: {“strategy”:“id”,“selector”:“com.bloom.selfie.camera.beauty:id/hot_dis_refresh”,“context”:”“,“multiple”:false}
2021-11-10 15:15:58:107 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:{“ELEMENT”:“a8c3313a-6f02-4a58-bed8-40d89fe5099f”,“element-6066-11e4-a52e-4f735466cecf”:“a8c3313a-6f02-4a58-bed8-40d89fe5099f”}}
2021-11-10 15:15:58:107 [W3C (6c3b4a6b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“a8c3313a-6f02-4a58-bed8-40d89fe5099f”,“ELEMENT”:“a8c3313a-6f02-4a58-bed8-40d89fe5099f”}
2021-11-10 15:15:58:108 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element 200 562 ms - 137
2021-11-10 15:15:58:108 [HTTP]
2021-11-10 15:15:58:111 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/a8c3313a-6f02-4a58-bed8-40d89fe5099f/click
2021-11-10 15:15:58:111 [HTTP] {“id”:“a8c3313a-6f02-4a58-bed8-40d89fe5099f”}
2021-11-10 15:15:58:111 [W3C (6c3b4a6b)] Calling AppiumDriver.click() with args: [“a8c3313a-6f02-4a58-bed8-40d89fe5099f”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:15:58:112 [WD Proxy] Matched ‘/element/a8c3313a-6f02-4a58-bed8-40d89fe5099f/click’ to command name ‘click’
2021-11-10 15:15:58:112 [WD Proxy] Proxying [POST /element/a8c3313a-6f02-4a58-bed8-40d89fe5099f/click] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element/a8c3313a-6f02-4a58-bed8-40d89fe5099f/click] with body: {“element”:“a8c3313a-6f02-4a58-bed8-40d89fe5099f”}
2021-11-10 15:15:58:165 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:null}
2021-11-10 15:15:58:165 [W3C (6c3b4a6b)] Responding to client with driver.click() result: null
2021-11-10 15:15:58:166 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/a8c3313a-6f02-4a58-bed8-40d89fe5099f/click 200 55 ms - 14
2021-11-10 15:15:58:166 [HTTP]
2021-11-10 15:16:01:174 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:16:01:174 [HTTP] {}
2021-11-10 15:16:01:175 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:16:01:175 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:16:01:176 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:16:03:208 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:”<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:16:03:208 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:16:03:210 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 2035 ms - 27454
2021-11-10 15:16:03:210 [HTTP]
2021-11-10 15:16:13:739 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:16:13:739 [HTTP] {}
2021-11-10 15:16:13:740 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:16:13:740 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:16:13:741 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:16:13:988 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:“<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:16:13:989 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:16:13:991 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 252 ms - 27454
2021-11-10 15:16:13:991 [HTTP]
2021-11-10 15:16:16:996 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:16:16:996 [HTTP] {“implicit”:3000}
2021-11-10 15:16:16:997 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,3000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:16:16:997 [BaseDriver] W3C timeout argument: {“implicit”:3000}}
2021-11-10 15:16:16:997 [BaseDriver] Set implicit wait to 3000ms
2021-11-10 15:16:16:997 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:16:16:998 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:16:16:998 [HTTP]
2021-11-10 15:16:18:005 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:16:18:005 [HTTP] {“implicit”:5000}
2021-11-10 15:16:18:005 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:16:18:006 [BaseDriver] W3C timeout argument: {“implicit”:5000}}
2021-11-10 15:16:18:006 [BaseDriver] Set implicit wait to 5000ms
2021-11-10 15:16:18:006 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:16:18:006 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 1 ms - 14
2021-11-10 15:16:18:007 [HTTP]
2021-11-10 15:16:18:008 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element
2021-11-10 15:16:18:008 [HTTP] {“using”:“id”,“value”:“com.bloom.selfie.camera.beauty:id/click_view_2”}
2021-11-10 15:16:18:009 [W3C (6c3b4a6b)] Calling AppiumDriver.findElement() with args: [“id”,“com.bloom.selfie.camera.beauty:id/click_view_2”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:16:18:009 [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2021-11-10 15:16:18:009 [BaseDriver] Waiting up to 5000 ms for condition
2021-11-10 15:16:18:009 [WD Proxy] Matched ‘/element’ to command name ‘findElement’
2021-11-10 15:16:18:009 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element] with body: {“strategy”:“id”,“selector”:“com.bloom.selfie.camera.beauty:id/click_view_2”,“context”:”“,“multiple”:false}
2021-11-10 15:16:18:535 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:{“ELEMENT”:“494d671f-8a86-464b-aeff-1f61fa5c21ba”,“element-6066-11e4-a52e-4f735466cecf”:“494d671f-8a86-464b-aeff-1f61fa5c21ba”}}
2021-11-10 15:16:18:536 [W3C (6c3b4a6b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“494d671f-8a86-464b-aeff-1f61fa5c21ba”,“ELEMENT”:“494d671f-8a86-464b-aeff-1f61fa5c21ba”}
2021-11-10 15:16:18:537 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element 200 528 ms - 137
2021-11-10 15:16:18:537 [HTTP]
2021-11-10 15:16:18:539 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/494d671f-8a86-464b-aeff-1f61fa5c21ba/click
2021-11-10 15:16:18:539 [HTTP] {“id”:“494d671f-8a86-464b-aeff-1f61fa5c21ba”}
2021-11-10 15:16:18:540 [W3C (6c3b4a6b)] Calling AppiumDriver.click() with args: [“494d671f-8a86-464b-aeff-1f61fa5c21ba”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:16:18:540 [WD Proxy] Matched ‘/element/494d671f-8a86-464b-aeff-1f61fa5c21ba/click’ to command name ‘click’
2021-11-10 15:16:18:540 [WD Proxy] Proxying [POST /element/494d671f-8a86-464b-aeff-1f61fa5c21ba/click] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element/494d671f-8a86-464b-aeff-1f61fa5c21ba/click] with body: {“element”:“494d671f-8a86-464b-aeff-1f61fa5c21ba”}
2021-11-10 15:16:19:078 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:null}
2021-11-10 15:16:19:079 [W3C (6c3b4a6b)] Responding to client with driver.click() result: null
2021-11-10 15:16:19:080 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/494d671f-8a86-464b-aeff-1f61fa5c21ba/click 200 540 ms - 14
2021-11-10 15:16:19:080 [HTTP]
2021-11-10 15:16:22:086 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:16:22:086 [HTTP] {}
2021-11-10 15:16:22:087 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:16:22:087 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:16:22:088 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:16:23:741 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:”<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:16:23:742 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:16:23:744 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 1658 ms - 27454
2021-11-10 15:16:23:744 [HTTP]
2021-11-10 15:16:34:283 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:16:34:283 [HTTP] {}
2021-11-10 15:16:34:283 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:16:34:284 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:16:34:284 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:16:34:634 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:“<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:16:34:635 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:16:34:636 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 353 ms - 27454
2021-11-10 15:16:34:636 [HTTP]
2021-11-10 15:16:37:643 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:16:37:644 [HTTP] {“implicit”:3000}
2021-11-10 15:16:37:644 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,3000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:16:37:644 [BaseDriver] W3C timeout argument: {“implicit”:3000}}
2021-11-10 15:16:37:644 [BaseDriver] Set implicit wait to 3000ms
2021-11-10 15:16:37:645 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:16:37:645 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:16:37:645 [HTTP]
2021-11-10 15:16:38:652 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:16:38:652 [HTTP] {“implicit”:5000}
2021-11-10 15:16:38:653 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:16:38:653 [BaseDriver] W3C timeout argument: {“implicit”:5000}}
2021-11-10 15:16:38:653 [BaseDriver] Set implicit wait to 5000ms
2021-11-10 15:16:38:654 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:16:38:654 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:16:38:654 [HTTP]
2021-11-10 15:16:38:657 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element
2021-11-10 15:16:38:657 [HTTP] {“using”:“id”,“value”:“com.bloom.selfie.camera.beauty:id/click_view_3”}
2021-11-10 15:16:38:657 [W3C (6c3b4a6b)] Calling AppiumDriver.findElement() with args: [“id”,“com.bloom.selfie.camera.beauty:id/click_view_3”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:16:38:658 [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2021-11-10 15:16:38:658 [BaseDriver] Waiting up to 5000 ms for condition
2021-11-10 15:16:38:658 [WD Proxy] Matched ‘/element’ to command name ‘findElement’
2021-11-10 15:16:38:658 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element] with body: {“strategy”:“id”,“selector”:“com.bloom.selfie.camera.beauty:id/click_view_3”,“context”:”“,“multiple”:false}
2021-11-10 15:16:39:204 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:{“ELEMENT”:“e5a8fc3e-3a77-43d7-97db-f9f57386b863”,“element-6066-11e4-a52e-4f735466cecf”:“e5a8fc3e-3a77-43d7-97db-f9f57386b863”}}
2021-11-10 15:16:39:205 [W3C (6c3b4a6b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“e5a8fc3e-3a77-43d7-97db-f9f57386b863”,“ELEMENT”:“e5a8fc3e-3a77-43d7-97db-f9f57386b863”}
2021-11-10 15:16:39:206 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element 200 548 ms - 137
2021-11-10 15:16:39:206 [HTTP]
2021-11-10 15:16:39:208 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/e5a8fc3e-3a77-43d7-97db-f9f57386b863/click
2021-11-10 15:16:39:208 [HTTP] {“id”:“e5a8fc3e-3a77-43d7-97db-f9f57386b863”}
2021-11-10 15:16:39:208 [W3C (6c3b4a6b)] Calling AppiumDriver.click() with args: [“e5a8fc3e-3a77-43d7-97db-f9f57386b863”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:16:39:209 [WD Proxy] Matched ‘/element/e5a8fc3e-3a77-43d7-97db-f9f57386b863/click’ to command name ‘click’
2021-11-10 15:16:39:209 [WD Proxy] Proxying [POST /element/e5a8fc3e-3a77-43d7-97db-f9f57386b863/click] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element/e5a8fc3e-3a77-43d7-97db-f9f57386b863/click] with body: {“element”:“e5a8fc3e-3a77-43d7-97db-f9f57386b863”}
2021-11-10 15:16:39:776 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:null}
2021-11-10 15:16:39:776 [W3C (6c3b4a6b)] Responding to client with driver.click() result: null
2021-11-10 15:16:39:777 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/e5a8fc3e-3a77-43d7-97db-f9f57386b863/click 200 569 ms - 14
2021-11-10 15:16:39:777 [HTTP]
2021-11-10 15:16:42:785 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:16:42:785 [HTTP] {}
2021-11-10 15:16:42:785 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:16:42:786 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:16:42:786 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:16:44:212 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:”<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:16:44:212 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:16:44:213 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 1428 ms - 27454
2021-11-10 15:16:44:213 [HTTP]
2021-11-10 15:16:54:754 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:16:54:754 [HTTP] {}
2021-11-10 15:16:54:755 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:16:54:755 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:16:54:755 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:16:55:072 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:“<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:16:55:072 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:16:55:073 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 320 ms - 27454
2021-11-10 15:16:55:073 [HTTP]
2021-11-10 15:16:58:078 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:16:58:078 [HTTP] {“implicit”:3000}
2021-11-10 15:16:58:078 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,3000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:16:58:078 [BaseDriver] W3C timeout argument: {“implicit”:3000}}
2021-11-10 15:16:58:079 [BaseDriver] Set implicit wait to 3000ms
2021-11-10 15:16:58:079 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:16:58:079 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 1 ms - 14
2021-11-10 15:16:58:079 [HTTP]
2021-11-10 15:16:59:086 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:16:59:086 [HTTP] {“implicit”:5000}
2021-11-10 15:16:59:086 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:16:59:087 [BaseDriver] W3C timeout argument: {“implicit”:5000}}
2021-11-10 15:16:59:087 [BaseDriver] Set implicit wait to 5000ms
2021-11-10 15:16:59:087 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:16:59:088 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:16:59:088 [HTTP]
2021-11-10 15:16:59:090 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element
2021-11-10 15:16:59:090 [HTTP] {“using”:“id”,“value”:“com.bloom.selfie.camera.beauty:id/click_view_4”}
2021-11-10 15:16:59:090 [W3C (6c3b4a6b)] Calling AppiumDriver.findElement() with args: [“id”,“com.bloom.selfie.camera.beauty:id/click_view_4”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:16:59:090 [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2021-11-10 15:16:59:091 [BaseDriver] Waiting up to 5000 ms for condition
2021-11-10 15:16:59:091 [WD Proxy] Matched ‘/element’ to command name ‘findElement’
2021-11-10 15:16:59:091 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element] with body: {“strategy”:“id”,“selector”:“com.bloom.selfie.camera.beauty:id/click_view_4”,“context”:”“,“multiple”:false}
2021-11-10 15:16:59:688 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:{“ELEMENT”:“936b25ca-875e-4290-a8a3-0af7b8128cbc”,“element-6066-11e4-a52e-4f735466cecf”:“936b25ca-875e-4290-a8a3-0af7b8128cbc”}}
2021-11-10 15:16:59:689 [W3C (6c3b4a6b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“936b25ca-875e-4290-a8a3-0af7b8128cbc”,“ELEMENT”:“936b25ca-875e-4290-a8a3-0af7b8128cbc”}
2021-11-10 15:16:59:689 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element 200 599 ms - 137
2021-11-10 15:16:59:690 [HTTP]
2021-11-10 15:16:59:692 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/936b25ca-875e-4290-a8a3-0af7b8128cbc/click
2021-11-10 15:16:59:692 [HTTP] {“id”:“936b25ca-875e-4290-a8a3-0af7b8128cbc”}
2021-11-10 15:16:59:692 [W3C (6c3b4a6b)] Calling AppiumDriver.click() with args: [“936b25ca-875e-4290-a8a3-0af7b8128cbc”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:16:59:693 [WD Proxy] Matched ‘/element/936b25ca-875e-4290-a8a3-0af7b8128cbc/click’ to command name ‘click’
2021-11-10 15:16:59:693 [WD Proxy] Proxying [POST /element/936b25ca-875e-4290-a8a3-0af7b8128cbc/click] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element/936b25ca-875e-4290-a8a3-0af7b8128cbc/click] with body: {“element”:“936b25ca-875e-4290-a8a3-0af7b8128cbc”}
2021-11-10 15:16:59:759 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:null}
2021-11-10 15:16:59:760 [W3C (6c3b4a6b)] Responding to client with driver.click() result: null
2021-11-10 15:16:59:760 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/936b25ca-875e-4290-a8a3-0af7b8128cbc/click 200 69 ms - 14
2021-11-10 15:16:59:761 [HTTP]
2021-11-10 15:17:02:768 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:17:02:769 [HTTP] {}
2021-11-10 15:17:02:769 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:17:02:771 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:17:02:771 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:17:04:691 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:”<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:17:04:691 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:17:04:693 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 1924 ms - 27454
2021-11-10 15:17:04:693 [HTTP]
2021-11-10 15:17:15:231 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:17:15:231 [HTTP] {}
2021-11-10 15:17:15:231 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:17:15:232 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:17:15:232 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:17:15:520 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:“<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:17:15:520 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:17:15:521 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 290 ms - 27454
2021-11-10 15:17:15:521 [HTTP]
2021-11-10 15:17:18:530 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:17:18:530 [HTTP] {“implicit”:3000}
2021-11-10 15:17:18:530 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,3000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:17:18:531 [BaseDriver] W3C timeout argument: {“implicit”:3000}}
2021-11-10 15:17:18:531 [BaseDriver] Set implicit wait to 3000ms
2021-11-10 15:17:18:531 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:17:18:532 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 1 ms - 14
2021-11-10 15:17:18:532 [HTTP]
2021-11-10 15:17:19:544 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:17:19:544 [HTTP] {“implicit”:5000}
2021-11-10 15:17:19:544 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:17:19:544 [BaseDriver] W3C timeout argument: {“implicit”:5000}}
2021-11-10 15:17:19:544 [BaseDriver] Set implicit wait to 5000ms
2021-11-10 15:17:19:545 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:17:19:545 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:17:19:546 [HTTP]
2021-11-10 15:17:19:548 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element
2021-11-10 15:17:19:549 [HTTP] {“using”:“id”,“value”:“com.bloom.selfie.camera.beauty:id/iv_edit”}
2021-11-10 15:17:19:549 [W3C (6c3b4a6b)] Calling AppiumDriver.findElement() with args: [“id”,“com.bloom.selfie.camera.beauty:id/iv_edit”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:17:19:550 [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2021-11-10 15:17:19:550 [BaseDriver] Waiting up to 5000 ms for condition
2021-11-10 15:17:19:550 [WD Proxy] Matched ‘/element’ to command name ‘findElement’
2021-11-10 15:17:19:550 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element] with body: {“strategy”:“id”,“selector”:“com.bloom.selfie.camera.beauty:id/iv_edit”,“context”:”“,“multiple”:false}
2021-11-10 15:17:20:070 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:{“ELEMENT”:“214ced5d-da27-42dd-8b96-22ac881195d9”,“element-6066-11e4-a52e-4f735466cecf”:“214ced5d-da27-42dd-8b96-22ac881195d9”}}
2021-11-10 15:17:20:070 [W3C (6c3b4a6b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“214ced5d-da27-42dd-8b96-22ac881195d9”,“ELEMENT”:“214ced5d-da27-42dd-8b96-22ac881195d9”}
2021-11-10 15:17:20:071 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element 200 522 ms - 137
2021-11-10 15:17:20:071 [HTTP]
2021-11-10 15:17:20:073 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/214ced5d-da27-42dd-8b96-22ac881195d9/click
2021-11-10 15:17:20:073 [HTTP] {“id”:“214ced5d-da27-42dd-8b96-22ac881195d9”}
2021-11-10 15:17:20:074 [W3C (6c3b4a6b)] Calling AppiumDriver.click() with args: [“214ced5d-da27-42dd-8b96-22ac881195d9”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:17:20:074 [WD Proxy] Matched ‘/element/214ced5d-da27-42dd-8b96-22ac881195d9/click’ to command name ‘click’
2021-11-10 15:17:20:075 [WD Proxy] Proxying [POST /element/214ced5d-da27-42dd-8b96-22ac881195d9/click] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element/214ced5d-da27-42dd-8b96-22ac881195d9/click] with body: {“element”:“214ced5d-da27-42dd-8b96-22ac881195d9”}
2021-11-10 15:17:20:126 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:null}
2021-11-10 15:17:20:126 [W3C (6c3b4a6b)] Responding to client with driver.click() result: null
2021-11-10 15:17:20:127 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/214ced5d-da27-42dd-8b96-22ac881195d9/click 200 54 ms - 14
2021-11-10 15:17:20:127 [HTTP]
2021-11-10 15:17:23:132 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:17:23:132 [HTTP] {}
2021-11-10 15:17:23:133 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:17:23:133 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:17:23:134 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:17:23:593 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:”<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:17:23:593 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:17:23:595 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 462 ms - 32022
2021-11-10 15:17:23:595 [HTTP]
2021-11-10 15:17:34:137 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:17:34:137 [HTTP] {}
2021-11-10 15:17:34:138 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:17:34:138 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:17:34:139 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:17:34:419 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:“<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:17:34:419 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:17:34:422 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 285 ms - 27454
2021-11-10 15:17:34:422 [HTTP]
2021-11-10 15:17:37:430 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:17:37:431 [HTTP] {“implicit”:3000}
2021-11-10 15:17:37:431 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,3000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:17:37:431 [BaseDriver] W3C timeout argument: {“implicit”:3000}}
2021-11-10 15:17:37:432 [BaseDriver] Set implicit wait to 3000ms
2021-11-10 15:17:37:432 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:17:37:433 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:17:37:433 [HTTP]
2021-11-10 15:17:38:442 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:17:38:442 [HTTP] {“implicit”:5000}
2021-11-10 15:17:38:442 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:17:38:442 [BaseDriver] W3C timeout argument: {“implicit”:5000}}
2021-11-10 15:17:38:442 [BaseDriver] Set implicit wait to 5000ms
2021-11-10 15:17:38:443 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:17:38:443 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:17:38:444 [HTTP]
2021-11-10 15:17:38:445 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element
2021-11-10 15:17:38:446 [HTTP] {“using”:“id”,“value”:“com.bloom.selfie.camera.beauty:id/iv_capture”}
2021-11-10 15:17:38:446 [W3C (6c3b4a6b)] Calling AppiumDriver.findElement() with args: [“id”,“com.bloom.selfie.camera.beauty:id/iv_capture”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:17:38:446 [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2021-11-10 15:17:38:446 [BaseDriver] Waiting up to 5000 ms for condition
2021-11-10 15:17:38:447 [WD Proxy] Matched ‘/element’ to command name ‘findElement’
2021-11-10 15:17:38:447 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element] with body: {“strategy”:“id”,“selector”:“com.bloom.selfie.camera.beauty:id/iv_capture”,“context”:”“,“multiple”:false}
2021-11-10 15:17:39:011 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:{“ELEMENT”:“e62ef082-630b-47cf-ae65-aa7803d4d94f”,“element-6066-11e4-a52e-4f735466cecf”:“e62ef082-630b-47cf-ae65-aa7803d4d94f”}}
2021-11-10 15:17:39:011 [W3C (6c3b4a6b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“e62ef082-630b-47cf-ae65-aa7803d4d94f”,“ELEMENT”:“e62ef082-630b-47cf-ae65-aa7803d4d94f”}
2021-11-10 15:17:39:012 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element 200 566 ms - 137
2021-11-10 15:17:39:012 [HTTP]
2021-11-10 15:17:39:014 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/e62ef082-630b-47cf-ae65-aa7803d4d94f/click
2021-11-10 15:17:39:015 [HTTP] {“id”:“e62ef082-630b-47cf-ae65-aa7803d4d94f”}
2021-11-10 15:17:39:015 [W3C (6c3b4a6b)] Calling AppiumDriver.click() with args: [“e62ef082-630b-47cf-ae65-aa7803d4d94f”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:17:39:016 [WD Proxy] Matched ‘/element/e62ef082-630b-47cf-ae65-aa7803d4d94f/click’ to command name ‘click’
2021-11-10 15:17:39:016 [WD Proxy] Proxying [POST /element/e62ef082-630b-47cf-ae65-aa7803d4d94f/click] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element/e62ef082-630b-47cf-ae65-aa7803d4d94f/click] with body: {“element”:“e62ef082-630b-47cf-ae65-aa7803d4d94f”}
2021-11-10 15:17:39:085 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:null}
2021-11-10 15:17:39:086 [W3C (6c3b4a6b)] Responding to client with driver.click() result: null
2021-11-10 15:17:39:086 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/e62ef082-630b-47cf-ae65-aa7803d4d94f/click 200 72 ms - 14
2021-11-10 15:17:39:087 [HTTP]
2021-11-10 15:17:42:094 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:17:42:095 [HTTP] {}
2021-11-10 15:17:42:095 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:17:42:096 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:17:42:096 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:17:42:827 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:”<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:17:42:828 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:17:42:831 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 734 ms - 27339
2021-11-10 15:17:42:831 [HTTP]
2021-11-10 15:17:53:369 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:17:53:369 [HTTP] {}
2021-11-10 15:17:53:370 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:17:53:370 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:17:53:370 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:17:53:652 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:“<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:17:53:653 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:17:53:654 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 285 ms - 27454
2021-11-10 15:17:53:654 [HTTP]
2021-11-10 15:17:56:663 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:17:56:663 [HTTP] {“implicit”:3000}
2021-11-10 15:17:56:664 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,3000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:17:56:664 [BaseDriver] W3C timeout argument: {“implicit”:3000}}
2021-11-10 15:17:56:664 [BaseDriver] Set implicit wait to 3000ms
2021-11-10 15:17:56:665 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:17:56:665 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:17:56:666 [HTTP]
2021-11-10 15:17:57:676 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:17:57:676 [HTTP] {“implicit”:5000}
2021-11-10 15:17:57:676 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:17:57:677 [BaseDriver] W3C timeout argument: {“implicit”:5000}}
2021-11-10 15:17:57:677 [BaseDriver] Set implicit wait to 5000ms
2021-11-10 15:17:57:677 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:17:57:678 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:17:57:678 [HTTP]
2021-11-10 15:17:57:680 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element
2021-11-10 15:17:57:680 [HTTP] {“using”:“id”,“value”:“com.bloom.selfie.camera.beauty:id/iv_challenge”}
2021-11-10 15:17:57:681 [W3C (6c3b4a6b)] Calling AppiumDriver.findElement() with args: [“id”,“com.bloom.selfie.camera.beauty:id/iv_challenge”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:17:57:681 [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2021-11-10 15:17:57:681 [BaseDriver] Waiting up to 5000 ms for condition
2021-11-10 15:17:57:682 [WD Proxy] Matched ‘/element’ to command name ‘findElement’
2021-11-10 15:17:57:682 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element] with body: {“strategy”:“id”,“selector”:“com.bloom.selfie.camera.beauty:id/iv_challenge”,“context”:”“,“multiple”:false}
2021-11-10 15:17:57:782 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:{“ELEMENT”:“35b06124-2fad-401a-bdf9-4de599418aa8”,“element-6066-11e4-a52e-4f735466cecf”:“35b06124-2fad-401a-bdf9-4de599418aa8”}}
2021-11-10 15:17:57:782 [W3C (6c3b4a6b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“35b06124-2fad-401a-bdf9-4de599418aa8”,“ELEMENT”:“35b06124-2fad-401a-bdf9-4de599418aa8”}
2021-11-10 15:17:57:784 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element 200 102 ms - 137
2021-11-10 15:17:57:784 [HTTP]
2021-11-10 15:17:57:786 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/35b06124-2fad-401a-bdf9-4de599418aa8/click
2021-11-10 15:17:57:786 [HTTP] {“id”:“35b06124-2fad-401a-bdf9-4de599418aa8”}
2021-11-10 15:17:57:787 [W3C (6c3b4a6b)] Calling AppiumDriver.click() with args: [“35b06124-2fad-401a-bdf9-4de599418aa8”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:17:57:787 [WD Proxy] Matched ‘/element/35b06124-2fad-401a-bdf9-4de599418aa8/click’ to command name ‘click’
2021-11-10 15:17:57:787 [WD Proxy] Proxying [POST /element/35b06124-2fad-401a-bdf9-4de599418aa8/click] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element/35b06124-2fad-401a-bdf9-4de599418aa8/click] with body: {“element”:“35b06124-2fad-401a-bdf9-4de599418aa8”}
2021-11-10 15:17:57:864 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:null}
2021-11-10 15:17:57:865 [W3C (6c3b4a6b)] Responding to client with driver.click() result: null
2021-11-10 15:17:57:866 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/35b06124-2fad-401a-bdf9-4de599418aa8/click 200 79 ms - 14
2021-11-10 15:17:57:866 [HTTP]
2021-11-10 15:18:00:874 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:18:00:875 [HTTP] {}
2021-11-10 15:18:00:875 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:18:00:875 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:18:00:876 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:18:01:174 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:”<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:18:01:174 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:18:01:175 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 301 ms - 27619
2021-11-10 15:18:01:175 [HTTP]
2021-11-10 15:18:11:714 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:18:11:714 [HTTP] {}
2021-11-10 15:18:11:714 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:18:11:715 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:18:11:715 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:18:12:098 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:“<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:18:12:099 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:18:12:100 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 386 ms - 27454
2021-11-10 15:18:12:100 [HTTP]
2021-11-10 15:18:15:109 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:18:15:109 [HTTP] {“implicit”:3000}
2021-11-10 15:18:15:110 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,3000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:18:15:110 [BaseDriver] W3C timeout argument: {“implicit”:3000}}
2021-11-10 15:18:15:110 [BaseDriver] Set implicit wait to 3000ms
2021-11-10 15:18:15:110 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:18:15:111 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:18:15:111 [HTTP]
2021-11-10 15:18:18:123 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:18:18:123 [HTTP] {}
2021-11-10 15:18:18:124 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:18:18:124 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:18:18:124 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:18:18:841 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:”<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:18:18:841 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:18:18:842 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 719 ms - 2345
2021-11-10 15:18:18:842 [HTTP]
2021-11-10 15:18:21:851 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:18:21:851 [HTTP] {“implicit”:5000}
2021-11-10 15:18:21:851 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:18:21:852 [BaseDriver] W3C timeout argument: {“implicit”:5000}}
2021-11-10 15:18:21:852 [BaseDriver] Set implicit wait to 5000ms
2021-11-10 15:18:21:853 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:18:21:853 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 3 ms - 14
2021-11-10 15:18:21:854 [HTTP]
2021-11-10 15:18:21:855 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element
2021-11-10 15:18:21:856 [HTTP] {“using”:“id”,“value”:“com.bloom.selfie.camera.beauty:id/click_view_4”}
2021-11-10 15:18:21:856 [W3C (6c3b4a6b)] Calling AppiumDriver.findElement() with args: [“id”,“com.bloom.selfie.camera.beauty:id/click_view_4”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:18:21:856 [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2021-11-10 15:18:21:856 [BaseDriver] Waiting up to 5000 ms for condition
2021-11-10 15:18:21:857 [WD Proxy] Matched ‘/element’ to command name ‘findElement’
2021-11-10 15:18:21:857 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element] with body: {“strategy”:“id”,“selector”:“com.bloom.selfie.camera.beauty:id/click_view_4”,“context”:“”,“multiple”:false}
2021-11-10 15:18:22:364 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:{“ELEMENT”:“193b27d9-3657-47cb-a522-aee88a581e82”,“element-6066-11e4-a52e-4f735466cecf”:“193b27d9-3657-47cb-a522-aee88a581e82”}}
2021-11-10 15:18:22:365 [W3C (6c3b4a6b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“193b27d9-3657-47cb-a522-aee88a581e82”,“ELEMENT”:“193b27d9-3657-47cb-a522-aee88a581e82”}
2021-11-10 15:18:22:366 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element 200 510 ms - 137
2021-11-10 15:18:22:366 [HTTP]
2021-11-10 15:18:22:368 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/193b27d9-3657-47cb-a522-aee88a581e82/click
2021-11-10 15:18:22:369 [HTTP] {“id”:“193b27d9-3657-47cb-a522-aee88a581e82”}
2021-11-10 15:18:22:370 [W3C (6c3b4a6b)] Calling AppiumDriver.click() with args: [“193b27d9-3657-47cb-a522-aee88a581e82”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:18:22:370 [WD Proxy] Matched ‘/element/193b27d9-3657-47cb-a522-aee88a581e82/click’ to command name ‘click’
2021-11-10 15:18:22:370 [WD Proxy] Proxying [POST /element/193b27d9-3657-47cb-a522-aee88a581e82/click] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element/193b27d9-3657-47cb-a522-aee88a581e82/click] with body: {“element”:“193b27d9-3657-47cb-a522-aee88a581e82”}
2021-11-10 15:18:23:169 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:null}
2021-11-10 15:18:23:169 [W3C (6c3b4a6b)] Responding to client with driver.click() result: null
2021-11-10 15:18:23:170 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/193b27d9-3657-47cb-a522-aee88a581e82/click 200 802 ms - 14
2021-11-10 15:18:23:170 [HTTP]
2021-11-10 15:18:26:173 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:18:26:173 [HTTP] {}
2021-11-10 15:18:26:174 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:18:26:174 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:18:26:174 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:18:26:846 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:“<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:18:26:848 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:18:26:849 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 676 ms - 32104
2021-11-10 15:18:26:849 [HTTP]
2021-11-10 15:18:30:867 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:18:30:867 [HTTP] {“implicit”:5000}
2021-11-10 15:18:30:867 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:18:30:868 [BaseDriver] W3C timeout argument: {“implicit”:5000}}
2021-11-10 15:18:30:868 [BaseDriver] Set implicit wait to 5000ms
2021-11-10 15:18:30:868 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:18:30:869 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:18:30:869 [HTTP]
2021-11-10 15:18:30:871 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element
2021-11-10 15:18:30:871 [HTTP] {“using”:“id”,“value”:“com.bloom.selfie.camera.beauty:id/sponsor_click_view”}
2021-11-10 15:18:30:872 [W3C (6c3b4a6b)] Calling AppiumDriver.findElement() with args: [“id”,“com.bloom.selfie.camera.beauty:id/sponsor_click_view”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:18:30:873 [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2021-11-10 15:18:30:874 [BaseDriver] Waiting up to 5000 ms for condition
2021-11-10 15:18:30:874 [WD Proxy] Matched ‘/element’ to command name ‘findElement’
2021-11-10 15:18:30:874 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element] with body: {“strategy”:“id”,“selector”:“com.bloom.selfie.camera.beauty:id/sponsor_click_view”,“context”:”“,“multiple”:false}
2021-11-10 15:18:30:952 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:{“ELEMENT”:“8b884c3d-3f79-4baa-8564-613b4c2b6a3a”,“element-6066-11e4-a52e-4f735466cecf”:“8b884c3d-3f79-4baa-8564-613b4c2b6a3a”}}
2021-11-10 15:18:30:953 [W3C (6c3b4a6b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“8b884c3d-3f79-4baa-8564-613b4c2b6a3a”,“ELEMENT”:“8b884c3d-3f79-4baa-8564-613b4c2b6a3a”}
2021-11-10 15:18:30:953 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element 200 82 ms - 137
2021-11-10 15:18:30:954 [HTTP]
2021-11-10 15:18:30:956 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/8b884c3d-3f79-4baa-8564-613b4c2b6a3a/click
2021-11-10 15:18:30:956 [HTTP] {“id”:“8b884c3d-3f79-4baa-8564-613b4c2b6a3a”}
2021-11-10 15:18:30:956 [W3C (6c3b4a6b)] Calling AppiumDriver.click() with args: [“8b884c3d-3f79-4baa-8564-613b4c2b6a3a”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:18:30:957 [WD Proxy] Matched ‘/element/8b884c3d-3f79-4baa-8564-613b4c2b6a3a/click’ to command name ‘click’
2021-11-10 15:18:30:957 [WD Proxy] Proxying [POST /element/8b884c3d-3f79-4baa-8564-613b4c2b6a3a/click] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element/8b884c3d-3f79-4baa-8564-613b4c2b6a3a/click] with body: {“element”:“8b884c3d-3f79-4baa-8564-613b4c2b6a3a”}
2021-11-10 15:18:31:006 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:null}
2021-11-10 15:18:31:007 [W3C (6c3b4a6b)] Responding to client with driver.click() result: null
2021-11-10 15:18:31:007 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/8b884c3d-3f79-4baa-8564-613b4c2b6a3a/click 200 51 ms - 14
2021-11-10 15:18:31:008 [HTTP]
2021-11-10 15:18:32:027 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:18:32:027 [HTTP] {“implicit”:1000}
2021-11-10 15:18:32:028 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,1000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:18:32:028 [BaseDriver] W3C timeout argument: {“implicit”:1000}}
2021-11-10 15:18:32:028 [BaseDriver] Set implicit wait to 1000ms
2021-11-10 15:18:32:028 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:18:32:029 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 1 ms - 14
2021-11-10 15:18:32:029 [HTTP]
2021-11-10 15:18:35:036 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:18:35:036 [HTTP] {}
2021-11-10 15:18:35:036 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:18:35:037 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:18:35:037 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:18:35:433 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:”<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:18:35:433 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:18:35:435 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 399 ms - 27454
2021-11-10 15:18:35:435 [HTTP]
2021-11-10 15:18:38:441 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts
2021-11-10 15:18:38:442 [HTTP] {“implicit”:5000}
2021-11-10 15:18:38:442 [W3C (6c3b4a6b)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:18:38:442 [BaseDriver] W3C timeout argument: {“implicit”:5000}}
2021-11-10 15:18:38:442 [BaseDriver] Set implicit wait to 5000ms
2021-11-10 15:18:38:443 [W3C (6c3b4a6b)] Responding to client with driver.timeouts() result: null
2021-11-10 15:18:38:443 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/timeouts 200 2 ms - 14
2021-11-10 15:18:38:444 [HTTP]
2021-11-10 15:18:38:445 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element
2021-11-10 15:18:38:445 [HTTP] {“using”:“id”,“value”:“com.bloom.selfie.camera.beauty:id/banner_view”}
2021-11-10 15:18:38:446 [W3C (6c3b4a6b)] Calling AppiumDriver.findElement() with args: [“id”,“com.bloom.selfie.camera.beauty:id/banner_view”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:18:38:446 [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2021-11-10 15:18:38:446 [BaseDriver] Waiting up to 5000 ms for condition
2021-11-10 15:18:38:446 [WD Proxy] Matched ‘/element’ to command name ‘findElement’
2021-11-10 15:18:38:447 [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element] with body: {“strategy”:“id”,“selector”:“com.bloom.selfie.camera.beauty:id/banner_view”,“context”:“”,“multiple”:false}
2021-11-10 15:18:40:586 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:{“ELEMENT”:“939c89cf-84ad-4644-8c79-aa8252408d5f”,“element-6066-11e4-a52e-4f735466cecf”:“939c89cf-84ad-4644-8c79-aa8252408d5f”}}
2021-11-10 15:18:40:586 [W3C (6c3b4a6b)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“939c89cf-84ad-4644-8c79-aa8252408d5f”,“ELEMENT”:“939c89cf-84ad-4644-8c79-aa8252408d5f”}
2021-11-10 15:18:40:587 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element 200 2142 ms - 137
2021-11-10 15:18:40:587 [HTTP]
2021-11-10 15:18:40:590 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/939c89cf-84ad-4644-8c79-aa8252408d5f/click
2021-11-10 15:18:40:590 [HTTP] {“id”:“939c89cf-84ad-4644-8c79-aa8252408d5f”}
2021-11-10 15:18:40:590 [W3C (6c3b4a6b)] Calling AppiumDriver.click() with args: [“939c89cf-84ad-4644-8c79-aa8252408d5f”,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:18:40:591 [WD Proxy] Matched ‘/element/939c89cf-84ad-4644-8c79-aa8252408d5f/click’ to command name ‘click’
2021-11-10 15:18:40:591 [WD Proxy] Proxying [POST /element/939c89cf-84ad-4644-8c79-aa8252408d5f/click] to [POST http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/element/939c89cf-84ad-4644-8c79-aa8252408d5f/click] with body: {“element”:“939c89cf-84ad-4644-8c79-aa8252408d5f”}
2021-11-10 15:18:40:664 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:null}
2021-11-10 15:18:40:664 [W3C (6c3b4a6b)] Responding to client with driver.click() result: null
2021-11-10 15:18:40:665 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/element/939c89cf-84ad-4644-8c79-aa8252408d5f/click 200 75 ms - 14
2021-11-10 15:18:40:665 [HTTP]
2021-11-10 15:18:43:669 [HTTP] → GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source
2021-11-10 15:18:43:669 [HTTP] {}
2021-11-10 15:18:43:669 [W3C (6c3b4a6b)] Driver proxy active, passing request on via HTTP proxy
2021-11-10 15:18:43:670 [WD Proxy] Matched ‘/wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source’ to command name ‘getPageSource’
2021-11-10 15:18:43:670 [WD Proxy] Proxying [GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source] to [GET http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b/source] with no body
2021-11-10 15:18:45:966 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:“<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index="0" class="hierarchy" rotation="0" width="1440" height="2392">\r\n <android.widget.FrameLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.LinearLayout index="0" package="com.bloom.selfie.camera.beauty" class="android.widget.LinearLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,0][1440,2392]" displayed="true">\r\n <android.widget.FrameLayout index="0…
2021-11-10 15:18:45:966 [WD Proxy] Replacing sessionId 91ec0e47-fe7e-4885-8ff7-b21d6488239b with 6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:18:45:967 [HTTP] ← GET /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/source 200 2298 ms - 31546
2021-11-10 15:18:45:967 [HTTP]
2021-11-10 15:18:54:993 [HTTP] → POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/appium/device/start_activity
2021-11-10 15:18:54:993 [HTTP] {“appPackage”:“com.android.vending”,“appActivity”:”.AssetBrowserActivity"}
2021-11-10 15:18:54:998 [W3C (6c3b4a6b)] Calling AppiumDriver.startActivity() with args: [“com.android.vending”,“.AssetBrowserActivity”,null,null,null,null,null,null,null,null,null,“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:18:54:999 [AndroidDriver] Starting package ‘com.android.vending’ and activity ‘.AssetBrowserActivity’
2021-11-10 15:18:54:999 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell am start -W -n com.android.vending/.AssetBrowserActivity -S’
2021-11-10 15:19:15:053 [W3C (6c3b4a6b)] Encountered internal error running command: Error: Cannot start the ‘com.android.vending’ application. Visit https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/android/activity-startup.md for troubleshooting. Original error: Error executing adbExec. Original error: ‘Command ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell am start -W -n com.android.vending/.AssetBrowserActivity -S’ timed out after 20000ms’. Try to increase the 20000ms adb execution timeout represented by ‘adbExecTimeout’ capability
2021-11-10 15:19:15:053 [W3C (6c3b4a6b)] at ADB.startApp (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-adb/lib/tools/apk-utils.js:179:11)
2021-11-10 15:19:15:054 [W3C (6c3b4a6b)] at AndroidUiautomator2Driver.startActivity (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-android-driver/lib/commands/general.js:248:3)
2021-11-10 15:19:15:078 [HTTP] ← POST /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0/appium/device/start_activity 500 20084 ms - 1597
2021-11-10 15:19:15:078 [HTTP]
2021-11-10 15:19:15:082 [HTTP] → DELETE /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0
2021-11-10 15:19:15:083 [HTTP] {}
2021-11-10 15:19:15:083 [W3C (6c3b4a6b)] Calling AppiumDriver.deleteSession() with args: [“6c3b4a6b-6397-47f0-96f8-b3ef018345a0”]
2021-11-10 15:19:15:083 [BaseDriver] Event ‘quitSessionRequested’ logged at 1636528755083 (15:19:15 GMT+0800 (China Standard Time))
2021-11-10 15:19:15:084 [Appium] Removing session 6c3b4a6b-6397-47f0-96f8-b3ef018345a0 from our master session list
2021-11-10 15:19:15:085 [UiAutomator2] Deleting UiAutomator2 session
2021-11-10 15:19:15:085 [UiAutomator2] Deleting UiAutomator2 server session
2021-11-10 15:19:15:086 [WD Proxy] Matched ‘/’ to command name ‘deleteSession’
2021-11-10 15:19:15:086 [WD Proxy] Proxying [DELETE /] to [DELETE http://127.0.0.1:8204/wd/hub/session/91ec0e47-fe7e-4885-8ff7-b21d6488239b] with no body
2021-11-10 15:19:15:137 [WD Proxy] Got response with status 200: {“sessionId”:“91ec0e47-fe7e-4885-8ff7-b21d6488239b”,“value”:null}
2021-11-10 15:19:15:137 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 shell am force-stop com.bloom.selfie.camera.beauty’
2021-11-10 15:19:15:241 [Logcat] Stopping logcat capture
2021-11-10 15:19:15:243 [ADB] Removing forwarded port socket connection: 8204
2021-11-10 15:19:15:244 [ADB] Running ‘/Users/bignox/Library/Android/sdk/platform-tools/adb -P 5037 -s 10.8.3.219:7629 forward --remove tcp:8204’
2021-11-10 15:19:15:254 [BaseDriver] Event ‘quitSessionFinished’ logged at 1636528755254 (15:19:15 GMT+0800 (China Standard Time))
2021-11-10 15:19:15:254 [W3C (6c3b4a6b)] Received response: null
2021-11-10 15:19:15:255 [W3C (6c3b4a6b)] But deleting session, so not returning
2021-11-10 15:19:15:255 [W3C (6c3b4a6b)] Responding to client with driver.deleteSession() result: null
2021-11-10 15:19:15:256 [HTTP] ← DELETE /wd/hub/session/6c3b4a6b-6397-47f0-96f8-b3ef018345a0 200 173 ms - 14
2021-11-10 15:19:15:256 [HTTP]
2021-11-10 15:19:15:475 [Instrumentation] The process has exited with code null
2021-11-10 15:19:15:479 uncaughtException: write EPIPE
Error: write EPIPE
at afterWriteDispatched (node:internal/stream_base_commons:164:15)
at writeGeneric (node:internal/stream_base_commons:155:3)
at Socket._writeGeneric (node:net:795:11)
at Socket._write (node:net:807:8)
at writeOrBuffer (node:internal/streams/writable:389:12)
at _write (node:internal/streams/writable:330:10)
at Socket.Writable.write (node:internal/streams/writable:334:10)
at Console.log (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/winston/lib/winston/transports/console.js:79:23)
at Console._write (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/winston-transport/index.js:103:17)
at doWrite (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:428:64)
at writeOrBuffer (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:417:5)
at Console.Writable.write (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js:334:11)
at DerivedLogger.ondata (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:681:20)
at DerivedLogger.emit (node:events:402:35)
at addChunk (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:298:12)
at readableAddChunk (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:280:11)