-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappium.log
More file actions
552 lines (551 loc) · 105 KB
/
Copy pathappium.log
File metadata and controls
552 lines (551 loc) · 105 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
2025-09-06 08:57:18:133 [Appium] Welcome to Appium v3.0.1
2025-09-06 08:57:18:135 [Appium] Non-default server args:
2025-09-06 08:57:18:135 [Appium] {
allowCors: true,
allowInsecure: [
'chromedriver_autodownload'
],
relaxedSecurityEnabled: true
}
2025-09-06 08:57:18:136 [Appium] Enabling relaxed security. All insecure features will be enabled unless explicitly disabled by --deny-insecure
2025-09-06 08:57:18:136 [Appium] The autodetected Appium home path: C:\Users\matth\.appium
2025-09-06 08:57:18:137 [Appium] Attempting to load driver uiautomator2...
2025-09-06 08:57:18:138 [Appium] Attempting to load driver windows...
2025-09-06 08:57:18:139 [Appium] Requiring driver at C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\build\index.js
2025-09-06 08:57:21:601 [Appium] AndroidUiautomator2Driver has been successfully loaded in 3.464s
2025-09-06 08:57:21:602 [Appium] Requiring driver at C:\Users\matth\.appium\node_modules\appium-windows-driver\build\index.js
2025-09-06 08:57:21:967 [Appium] WindowsDriver has been successfully loaded in 3.829s
2025-09-06 08:57:21:985 [Appium] You have enabled CORS requests from any host. Be careful not to visit sites which could maliciously try to start Appium sessions on your machine
2025-09-06 08:57:21:986 [Appium] Appium REST http interface listener started on http://0.0.0.0:4723
2025-09-06 08:57:21:992 [Appium] You can provide the following URLs in your client code to connect to this server:
http://192.168.2.224:4723/
http://127.0.0.1:4723/ (only accessible from the same host)
http://172.17.48.1:4723/
2025-09-06 08:57:21:992 [Appium] Available drivers:
2025-09-06 08:57:21:993 [Appium] - uiautomator2@5.0.0 (automationName 'UiAutomator2')
2025-09-06 08:57:21:993 [Appium] - windows@5.0.1 (automationName 'Windows')
2025-09-06 08:57:21:993 [Appium] No plugins have been installed. Use the "appium plugin" command to install the one(s) you want to use.
2025-09-06 08:57:43:211 [HTTP] --> GET /sessions
2025-09-06 08:57:43:217 [HTTP] No route found for /sessions
2025-09-06 08:57:43:224 [HTTP] <-- GET /sessions 404 11 ms - 3812
2025-09-06 08:57:43:227 [HTTP] Request idempotency key: 2207821e-9d19-46dd-9649-208ef3cfcca8
2025-09-06 08:57:43:275 [HTTP] --> POST /session {"capabilities":{"firstMatch":[{}],"alwaysMatch":{"appium:automationName":"UIAutomator2","platformName":"Android","appium:deviceName":"emulator-5554","appium:appPackage":"org.chromium.webapk.a62c68cebaf69977d_v2","appium:appActivity":"org.chromium.webapk.shell_apk.h2o.H2OOpaqueMainActivity","appium:noReset":true,"appium:autoGrantPermissions":true,"appium:newCommandTimeout":300,"appium:adbExecTimeout":120000,"appium:waitForIdleTimeout":30000,"appium:uiautomator2ServerLaunchTimeout":60000,"appium:uiautomator2ServerInstallTimeout":60000,"appium:printPageSourceOnFindFailure":true}}}
2025-09-06 08:57:43:277 [AppiumDriver@1097] Calling AppiumDriver.createSession() with args: [{"firstMatch":[{}],"alwaysMatch":{"appium:automationName":"UIAutomator2","platformName":"Android","appium:deviceName":"emulator-5554","appium:appPackage":"org.chromium.webapk.a62c68cebaf69977d_v2","appium:appActivity":"org.chromium.webapk.shell_apk.h2o.H2OOpaqueMainActivity","appium:noReset":true,"appium:autoGrantPermissions":true,"appium:newCommandTimeout":300,"appium:adbExecTimeout":120000,"appium:waitForIdleTimeout":30000,"appium:uiautomator2ServerLaunchTimeout":60000,"appium:uiautomator2ServerInstallTimeout":60000,"appium:printPageSourceOnFindFailure":true}},{"firstMatch":[{}],"alwaysMatch":{"appium:automationName":"UIAutomator2","platformName":"Android","appium:deviceName":"emulator-5554","appium:appPackage":"org.chromium.webapk.a62c68cebaf69977d_v2","appium:appActivity":"org.chromium.webapk.shell_apk.h2o.H2OOpaqueMainActivity","appium:noReset":true,"appium:autoGrantPermissions":true,"appium:newCommandTimeout":300,"appium:adbExecTimeout":120000,"appium:waitForIdleTimeout":30000,"appium:uiautomator2Se...
2025-09-06 08:57:43:278 [AppiumDriver@1097] Event 'newSessionRequested' logged at 1757149063278 (10:57:43 GMT+0200 (Mitteleuropäische Sommerzeit))
2025-09-06 08:57:43:280 [Appium] Attempting to find matching driver for automationName 'UIAutomator2' and platformName 'Android'
2025-09-06 08:57:43:281 [Appium] The 'uiautomator2' driver was installed and matched caps.
2025-09-06 08:57:43:281 [Appium] Will require it at C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver
2025-09-06 08:57:43:282 [Appium] Requiring driver at C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\build\index.js
2025-09-06 08:57:43:283 [AppiumDriver@1097] Appium v3.0.1 creating new AndroidUiautomator2Driver (v5.0.0) session
2025-09-06 08:57:43:283 [AppiumDriver@1097] Checking BaseDriver versions for Appium and AndroidUiautomator2Driver
2025-09-06 08:57:43:284 [AppiumDriver@1097] Appium's BaseDriver version is 10.0.0
2025-09-06 08:57:43:284 [AppiumDriver@1097] AndroidUiautomator2Driver's BaseDriver version is 10.0.0
2025-09-06 08:57:43:287 [AppiumDriver@1097] Enabling relaxed security for this session as per the server configuration. All insecure features will be enabled unless explicitly disabled by --deny-insecure
2025-09-06 08:57:43:288 [38;5;-86m[AndroidUiautomator2Driver@11f9]
2025-09-06 08:57:43:289 [38;5;-86m[AndroidUiautomator2Driver@11f9] Creating session with W3C capabilities: {
"alwaysMatch": {
"platformName": "Android",
"appium:automationName": "UIAutomator2",
"appium:deviceName": "emulator-5554",
"appium:appPackage": "org.chromium.webapk.a62c68cebaf69977d_v2",
"appium:appActivity": "org.chromium.webapk.shell_apk.h2o.H2OOpaqueMainActivity",
"appium:noReset": true,
"appium:autoGrantPermissions": true,
"appium:newCommandTimeout": 300,
"appium:adbExecTimeout": 120000,
"appium:waitForIdleTimeout": 30000,
"appium:uiautomator2ServerLaunchTimeout": 60000,
"appium:uiautomator2ServerInstallTimeout": 60000,
"appium:printPageSourceOnFindFailure": true
},
"firstMatch": [
{}
]
}
2025-09-06 08:57:43:294 [38;5;-86m[AndroidUiautomator2Driver@11f9] The following provided capabilities were not recognized by this driver:
2025-09-06 08:57:43:294 [38;5;-86m[AndroidUiautomator2Driver@11f9] waitForIdleTimeout
2025-09-06 08:57:43:294 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Session created with session id: dae05498-23de-4e0d-a83f-6471f5b6939d
2025-09-06 08:57:43:304 [dae05498][ADB] Found 4 'build-tools' folders under 'C:\Users\matth\AppData\Local\Android\Sdk' (newest first):
2025-09-06 08:57:43:305 [dae05498][ADB] C:\Users\matth\AppData\Local\Android\Sdk\build-tools\36.0.0
2025-09-06 08:57:43:305 [dae05498][ADB] C:\Users\matth\AppData\Local\Android\Sdk\build-tools\36.0.0-rc5
2025-09-06 08:57:43:306 [dae05498][ADB] C:\Users\matth\AppData\Local\Android\Sdk\build-tools\35.0.1
2025-09-06 08:57:43:307 [dae05498][ADB] C:\Users\matth\AppData\Local\Android\Sdk\build-tools\35.0.0
2025-09-06 08:57:43:307 [dae05498][ADB] Using 'adb.exe' from 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe'
2025-09-06 08:57:43:308 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'
2025-09-06 08:57:43:329 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Retrieving device list
2025-09-06 08:57:43:330 [dae05498][ADB] Trying to find connected Android devices
2025-09-06 08:57:43:330 [dae05498][ADB] Getting connected devices
2025-09-06 08:57:43:353 [dae05498][ADB] Connected devices: [{"udid":"emulator-5554","state":"device"}]
2025-09-06 08:57:43:354 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Using device: emulator-5554
2025-09-06 08:57:43:355 [dae05498][ADB] Using 'adb.exe' from 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe'
2025-09-06 08:57:43:356 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'
2025-09-06 08:57:43:377 [dae05498][ADB] Setting device id to emulator-5554
2025-09-06 08:57:43:377 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Starting 'org.chromium.webapk.a62c68cebaf69977d_v2' directly on the device
2025-09-06 08:57:43:378 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk'
2025-09-06 08:57:43:443 [dae05498][ADB] Current device property 'ro.build.version.sdk': 35
2025-09-06 08:57:43:444 [dae05498][ADB] Getting device platform version
2025-09-06 08:57:43:444 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell getprop ro.build.version.release'
2025-09-06 08:57:43:495 [dae05498][ADB] Current device property 'ro.build.version.release': 15
2025-09-06 08:57:43:496 [dae05498][ADB] Device API level: 35
2025-09-06 08:57:43:496 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Relaxing hidden api policy
2025-09-06 08:57:43:496 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell 'settings put global hidden_api_policy_pre_p_apps 1;settings put global hidden_api_policy_p_apps 1;settings put global hidden_api_policy 1''
2025-09-06 08:57:43:501 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 wait-for-device'
2025-09-06 08:57:43:522 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell echo ping'
2025-09-06 08:57:43:571 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Pushing settings apk to the device...
2025-09-06 08:57:43:572 [dae05498][ADB] Getting package info for 'io.appium.settings'
2025-09-06 08:57:43:572 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings'
2025-09-06 08:57:43:774 [dae05498][ADB] Using 'aapt2.exe' from 'C:\Users\matth\AppData\Local\Android\Sdk\build-tools\36.0.0\aapt2.exe'
2025-09-06 08:57:43:775 [dae05498][ADB] Reading package manifest: ''C:\Users\matth\AppData\Local\Android\Sdk\build-tools\36.0.0\aapt2.exe' dump badging 'C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\io.appium.settings\apks\settings_apk-debug.apk''
2025-09-06 08:57:43:806 [dae05498][ADB] The installed 'io.appium.settings' package is older than 'C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\io.appium.settings\apks\settings_apk-debug.apk' (130 < 132 or '5.14.14' < '6.0.0')'
2025-09-06 08:57:43:806 [dae05498][ADB] Executing upgrade of 'C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\io.appium.settings\apks\settings_apk-debug.apk'
2025-09-06 08:57:43:807 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 help'
2025-09-06 08:57:43:852 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 features'
2025-09-06 08:57:43:891 [dae05498][ADB] The application at 'C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\io.appium.settings\apks\settings_apk-debug.apk' will not be cached, because the device under test has confirmed the support of streamed installs
2025-09-06 08:57:43:892 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 install -r -g C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\io.appium.settings\apks\settings_apk-debug.apk'
2025-09-06 08:57:45:532 [dae05498][ADB] Cannot install/upgrade 'io.appium.settings' because of 'Error executing adbExec. Original error: 'Command ''C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe' -P 5037 -s emulator-5554 install -r -g 'C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\io.appium.settings\apks\settings_apk-debug.apk'' exited with code 1'; Command output: adb.exe: failed to install C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\io.appium.settings\apks\settings_apk-debug.apk: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Existing package io.appium.settings signatures do not match newer version; ignoring!]
'. Trying full reinstall
2025-09-06 08:57:45:534 [dae05498][ADB] Uninstalling io.appium.settings
2025-09-06 08:57:45:534 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop io.appium.settings'
2025-09-06 08:57:46:187 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 uninstall io.appium.settings'
2025-09-06 08:57:46:882 [dae05498][ADB] 'adb uninstall io.appium.settings' command output: Success
2025-09-06 08:57:46:883 [dae05498][ADB] io.appium.settings was successfully uninstalled
2025-09-06 08:57:46:883 [dae05498][ADB] The application at 'C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\io.appium.settings\apks\settings_apk-debug.apk' will not be cached, because the device under test has confirmed the support of streamed installs
2025-09-06 08:57:46:884 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 install -g C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\io.appium.settings\apks\settings_apk-debug.apk'
2025-09-06 08:57:49:066 [dae05498][ADB] The installation of 'settings_apk-debug.apk' took 2183ms
2025-09-06 08:57:49:067 [dae05498][ADB] Install command stdout: Performing Streamed Install
Success
2025-09-06 08:57:49:068 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings'
2025-09-06 08:57:49:150 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell cmd notification allow_listener io.appium.settings/.NLService'
2025-09-06 08:57:49:153 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell appops set io.appium.settings PROJECT_MEDIA allow'
2025-09-06 08:57:49:490 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings'
2025-09-06 08:57:49:563 [dae05498][SettingsApp] Starting Appium Settings app
2025-09-06 08:57:49:564 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am start-activity -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER'
2025-09-06 08:57:49:727 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings'
2025-09-06 08:57:50:106 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings'
2025-09-06 08:57:50:466 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings'
2025-09-06 08:57:50:818 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings'
2025-09-06 08:57:51:175 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings'
2025-09-06 08:57:51:563 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings'
2025-09-06 08:57:51:644 [dae05498][Logcat] Starting logs capture with command: 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe' -P 5037 -s emulator-5554 logcat -v threadtime
2025-09-06 08:57:51:701 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Forwarding UiAutomator2 Server port 6790 to local port 8200
2025-09-06 08:57:51:702 [dae05498][ADB] Forwarding system: 8200 to device: 6790
2025-09-06 08:57:51:702 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 forward tcp:8200 tcp:6790'
2025-09-06 08:57:51:724 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] UIA2Proxy options: {"server":"127.0.0.1","port":8200,"keepAlive":true,"scheme":"http","base":"","reqBasePath":"","sessionId":null,"timeout":240000}
2025-09-06 08:57:51:724 [dae05498][ADB] Getting package info for 'io.appium.uiautomator2.server'
2025-09-06 08:57:51:725 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server'
2025-09-06 08:57:51:729 [dae05498][ADB] Getting install status for io.appium.uiautomator2.server.test
2025-09-06 08:57:51:729 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] No app capability. Assuming it is already on the device
2025-09-06 08:57:51:730 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell cmd package list packages'
2025-09-06 08:57:51:922 [dae05498][ADB] 'io.appium.uiautomator2.server.test' is installed
2025-09-06 08:57:52:127 [dae05498][ADB] Reading package manifest: ''C:\Users\matth\AppData\Local\Android\Sdk\build-tools\36.0.0\aapt2.exe' dump badging 'C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v8.0.0.apk''
2025-09-06 08:57:52:185 [dae05498][ADB] The installed 'io.appium.uiautomator2.server' package is older than 'C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v8.0.0.apk' (219 < 221 or '7.7.0' < '8.0.0')'
2025-09-06 08:57:52:186 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Server packages status: [{"installState":"olderVersionInstalled","appPath":"C:\\Users\\matth\\.appium\\node_modules\\appium-uiautomator2-driver\\node_modules\\appium-uiautomator2-server\\apks\\appium-uiautomator2-server-v8.0.0.apk","appId":"io.appium.uiautomator2.server"},{"installState":"sameVersionInstalled","appPath":"C:\\Users\\matth\\.appium\\node_modules\\appium-uiautomator2-driver\\node_modules\\appium-uiautomator2-server\\apks\\appium-uiautomator2-server-debug-androidTest.apk","appId":"io.appium.uiautomator2.server.test"}]
2025-09-06 08:57:52:187 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Server packages are going to be (re)installed
2025-09-06 08:57:52:188 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 version'
2025-09-06 08:57:52:226 [dae05498][ADB] The application at 'C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v8.0.0.apk' will not be cached, because the device under test has confirmed the support of streamed installs
2025-09-06 08:57:52:227 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 install -r --no-incremental C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v8.0.0.apk'
2025-09-06 08:57:52:249 [dae05498][ADB] The application at 'C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk' will not be cached, because the device under test has confirmed the support of streamed installs
2025-09-06 08:57:52:249 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 install -r --no-incremental C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk'
2025-09-06 08:57:53:944 [dae05498][ADB] The installation of 'appium-uiautomator2-server-debug-androidTest.apk' took 1695ms
2025-09-06 08:57:53:945 [dae05498][ADB] Install command stdout: Performing Streamed Install
Success
2025-09-06 08:57:54:503 [dae05498][ADB] The installation of 'appium-uiautomator2-server-v8.0.0.apk' took 2277ms
2025-09-06 08:57:54:504 [dae05498][ADB] Install command stdout: Performing Streamed Install
Success
2025-09-06 08:57:54:505 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 30000ms for services to be available
2025-09-06 08:57:54:505 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pm list instrumentation'
2025-09-06 08:57:54:556 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
2025-09-06 08:57:54:558 [dae05498][ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist
2025-09-06 08:57:54:558 [dae05498][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",";"]]
2025-09-06 08:57:54:559 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
2025-09-06 08:57:54:639 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Performing shallow cleanup of automation leftovers
2025-09-06 08:57:54:687 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] No obsolete sessions have been detected (socket hang up)
2025-09-06 08:57:54:688 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server'
2025-09-06 08:57:54:691 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server.test'
2025-09-06 08:57:54:781 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Starting UIAutomator2 server 8.0.0
2025-09-06 08:57:54:782 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Using UIAutomator2 server from 'C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v8.0.0.apk' and test from 'C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk'
2025-09-06 08:57:54:783 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 60000ms for UiAutomator2 to be online...
2025-09-06 08:57:54:783 [dae05498][ADB] Creating ADB subprocess with args: ["-P","5037","-s","emulator-5554","shell","am","instrument","-w","-e","disableAnalytics","true","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"]
2025-09-06 08:57:54:792 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/status' to command name 'getStatus'
2025-09-06 08:57:54:793 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
2025-09-06 08:57:54:825 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] socket hang up
2025-09-06 08:57:55:831 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/status' to command name 'getStatus'
2025-09-06 08:57:55:832 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
2025-09-06 08:57:55:839 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] socket hang up
2025-09-06 08:57:56:849 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/status' to command name 'getStatus'
2025-09-06 08:57:56:850 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
2025-09-06 08:57:56:856 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] socket hang up
2025-09-06 08:57:57:863 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/status' to command name 'getStatus'
2025-09-06 08:57:57:864 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
2025-09-06 08:57:57:870 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] socket hang up
2025-09-06 08:57:58:877 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/status' to command name 'getStatus'
2025-09-06 08:57:58:878 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
2025-09-06 08:57:58:885 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] socket hang up
2025-09-06 08:57:59:899 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/status' to command name 'getStatus'
2025-09-06 08:57:59:901 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
2025-09-06 08:57:59:916 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] socket hang up
2025-09-06 08:58:00:920 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/status' to command name 'getStatus'
2025-09-06 08:58:00:921 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
2025-09-06 08:58:00:927 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] socket hang up
2025-09-06 08:58:00:938 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] [Instrumentation]
2025-09-06 08:58:01:932 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/status' to command name 'getStatus'
2025-09-06 08:58:01:933 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
2025-09-06 08:58:01:942 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] socket hang up
2025-09-06 08:58:02:943 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/status' to command name 'getStatus'
2025-09-06 08:58:02:943 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
2025-09-06 08:58:02:952 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] socket hang up
2025-09-06 08:58:03:965 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/status' to command name 'getStatus'
2025-09-06 08:58:03:965 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
2025-09-06 08:58:04:382 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"None","value":{"build":{"version":"8.0.0","versionCode":221},"message":"UiAutomator2 Server is ready to accept commands","ready":true}}
2025-09-06 08:58:04:383 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] The initialization of the instrumentation process took 9600ms
2025-09-06 08:58:04:384 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/session' to command name 'createSession'
2025-09-06 08:58:04:384 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /session] to [POST http://127.0.0.1:8200/session] with body: {"capabilities":{"firstMatch":[{"platformName":"Android","automationName":"UIAutomator2","deviceName":"emulator-5554","appPackage":"org.chromium.webapk.a62c68cebaf69977d_v2","appActivity":"org.chromium.webapk.shell_apk.h2o.H2OOpaqueMainActivity","noReset":true,"autoGrantPermissions":true,"newCommandTimeout":300,"adbExecTimeout":120000,"waitForIdleTimeout":30000,"uiautomator2ServerLaunchTimeout":60000,"uiautomator2ServerInstallTimeout":60000,"printPageSourceOnFindFailure":true,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","automationName":"UIAutomator2","deviceName":"emulator-5554","appPackage":"org.chromium.webapk.a62c68cebaf69977d_v2","appActivity":"org.chromium.webapk.shell_apk.h2o.H2OOpaqueMainActivity","noReset":true,"autoGrantPermissions":true,"newCommandTimeout":300,"adbExecTimeout":120000,"waitForIdleTimeout":30000,"ui...
2025-09-06 08:58:04:543 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"capabilities":{"firstMatch":[{"platformName":"Android","automationName":"UIAutomator2","deviceName":"emulator-5554","appPackage":"org.chromium.webapk.a62c68cebaf69977d_v2","appActivity":"org.chromium.webapk.shell_apk.h2o.H2OOpaqueMainActivity","noReset":true,"autoGrantPermissions":true,"newCommandTimeout":300,"adbExecTimeout":120000,"waitForIdleTimeout":30000,"uiautomator2ServerLaunchTimeout":60000,"uiautomator2ServerInstallTimeout":60000,"printPageSourceOnFindFailure":true,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","automationName":"UIAutomator2","deviceName":"emulator-5554","appPackage":"org.chromium.webapk.a62c68cebaf69977d_v2","appActivity":"org.chromium.webapk.shell_apk.h2o.H2OOpaqueMainActivity","noReset":true,"autoGrantPermissions":true,"newCommandTimeout...
2025-09-06 08:58:04:544 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Determined the downstream protocol as 'W3C'
2025-09-06 08:58:04:552 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/appium/device/pixel_ratio] with no body
2025-09-06 08:58:04:554 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/appium/device/system_bars] with no body
2025-09-06 08:58:04:556 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /window/current/size] to [GET http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/window/current/size] with no body
2025-09-06 08:58:04:557 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/appium/device/info] with no body
2025-09-06 08:58:04:558 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys window'
2025-09-06 08:58:04:562 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys power'
2025-09-06 08:58:04:595 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":3}
2025-09-06 08:58:04:656 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"height":2856,"width":1280}}
2025-09-06 08:58:04:657 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"statusBar":156}}
2025-09-06 08:58:04:716 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"androidId":"4d01182acdcdab03","apiVersion":"35","bluetooth":{"state":"ON"},"brand":"google","carrierName":"T-Mobile","displayDensity":480,"locale":"en_US","manufacturer":"Google","model":"sdk_gphone64_x86_64","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":30000,"linkUpstreamBandwidthKbps":12000,"networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_NOT_ROAMING,NET_CAPABILITY_FOREGROUND,NET_CAPABILITY_NOT_CONGESTED,NET_CAPABILITY_NOT_SUSPENDED","signalStrength":-50,"transportTypes":"TRANSPORT_WIFI"},"detailedState":"CONNECTED","extraInfo":"","isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":-1,"subtypeName":"","type":1,"typeName":"WIFI"},{"capabilities":{"SSID":null,"linkDownBandwidthKbps":14,"linkUpstreamBandwidthKbps":14,"networkCapabilitie...
2025-09-06 08:58:04:897 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Screen already unlocked, doing nothing
2025-09-06 08:58:04:897 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Starting 'org.chromium.webapk.a62c68cebaf69977d_v2/org.chromium.webapk.shell_apk.h2o.H2OOpaqueMainActivity' and waiting for 'org.chromium.webapk.a62c68cebaf69977d_v2/org.chromium.webapk.shell_apk.h2o.H2OOpaqueMainActivity'
2025-09-06 08:58:04:898 [dae05498][ADB] Getting IDs of all 'org.chromium.webapk.a62c68cebaf69977d_v2' processes
2025-09-06 08:58:04:898 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell 'pgrep --help; echo $?''
2025-09-06 08:58:04:940 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)org\.chromium\.webapk\.a62c68cebaf69977d_v2\(:\[a-zA-Z0-9_-\]\+\)\?\(\[\[:blank:\]\]\|\$\)'
2025-09-06 08:58:04:994 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am start-activity -W -n org.chromium.webapk.a62c68cebaf69977d_v2/org.chromium.webapk.shell_apk.h2o.H2OOpaqueMainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
2025-09-06 08:58:06:166 [dae05498][AppiumDriver@1097] New AndroidUiautomator2Driver session created successfully, session dae05498-23de-4e0d-a83f-6471f5b6939d added to master session list
2025-09-06 08:58:06:168 [dae05498][AppiumDriver@1097] Event 'newSessionStarted' logged at 1757149086167 (10:58:06 GMT+0200 (Mitteleuropäische Sommerzeit))
2025-09-06 08:58:06:168 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Cached the protocol value 'W3C' for the new session dae05498-23de-4e0d-a83f-6471f5b6939d
2025-09-06 08:58:06:169 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","automationName":"UIAutomator2","deviceName":"emulator-5554","appPackage":"org.chromium.webapk.a62c68cebaf69977d_v2","appActivity":"org.chromium.webapk.shell_apk.h2o.H2OOpaqueMainActivity","noReset":true,"autoGrantPermissions":true,"newCommandTimeout":300,"adbExecTimeout":120000,"waitForIdleTimeout":30000,"uiautomator2ServerLaunchTimeout":60000,"uiautomator2ServerInstallTimeout":60000,"printPageSourceOnFindFailure":true,"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","automationName":"UIAutomator2","deviceName":"emulator-5554","appPackage":"org.chromium.webapk.a62c68cebaf69977d_v2","appActivity":"org.chromium.webapk.shell_apk.h2o.H2OOpaqueMainActivity","noReset":true,"autoGrantPermissions":true,"newCommandTimeout":300,"adbExecTimeout":120000,"waitForIdleTimeout":30000,"uiautomator2Serve...
2025-09-06 08:58:06:170 [dae05498][HTTP] <-- POST /session 200 22895 ms - 1478
2025-09-06 08:58:06:174 [dae05498][HTTP] --> GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/source
2025-09-06 08:58:06:176 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Driver proxy active, passing request on via HTTP proxy
2025-09-06 08:58:06:176 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/session/dae05498-23de-4e0d-a83f-6471f5b6939d/source' to command name 'getPageSource'
2025-09-06 08:58:06:177 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/source] to [GET http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/source] with no body
2025-09-06 08:58:06:896 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":"<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index=\"0\" class=\"hierarchy\" rotation=\"0\" width=\"1280\" height=\"2856\">\r\n <android.widget.FrameLayout index=\"0\" package=\"org.chromium.webapk.a62c68cebaf69977d_v2\" 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,2307][1280,2856]\" displayed=\"true\" a11y-important=\"true\" screen-reader-focusable=\"false\" drawing-order=\"0\" showing-hint=\"false\" text-entry-key=\"false\" dismissable=\"false\" a11y-focused=\"false\" heading=\"false\" live-region=\"0\" context-clickable=\"false\" content-invalid=\"false\">\r\n <android.widget.LinearLayout index=\"0\" package=\"org.chromium.webapk.a62c68cebaf69977d_v2\" class=\"android.widget.LinearLayout\" text=\"\" checkab...
2025-09-06 08:58:06:897 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Replacing sessionId f01082ea-7c5e-4823-853f-a21c55ca653e with dae05498-23de-4e0d-a83f-6471f5b6939d
2025-09-06 08:58:06:898 [dae05498][HTTP] <-- GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/source 200 724 ms - 5124
2025-09-06 08:58:06:901 [dae05498][HTTP] --> GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/appium/settings
2025-09-06 08:58:06:903 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.getSettings() with args: ["dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:06:905 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/appium/settings' to command name 'getSettings'
2025-09-06 08:58:06:905 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /appium/settings] to [GET http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/appium/settings] with no body
2025-09-06 08:58:06:950 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"allowInvisibleElements":false,"elementResponseAttributes":"name,text","snapshotMaxDepth":70,"includeA11yActionsInPageSource":false,"mjpegBilinearFiltering":false,"waitForSelectorTimeout":10000,"serverPort":6790,"ignoreUnimportantViews":false,"simpleBoundsCalculation":false,"enableNotificationListener":true,"limitXPathContextScope":true,"includeExtrasInPageSource":false,"normalizeTagNames":false,"trackScrollEvents":true,"scrollAcknowledgmentTimeout":200,"enableTopmostWindowFromActivePackage":false,"enableMultiWindows":false,"useResourcesForOrientationDetection":false,"currentDisplayId":0,"shouldUseCompactResponses":true,"wakeLockTimeout":86394400,"shutdownOnPowerDisconnect":true,"mjpegServerPort":7810,"mjpegScalingFactor":50,"disableIdLocatorAutocompletion":false,"enforceXPath1":false,"actionAcknowledgmentTimeout":3000,"mjpegServerScreenshotQuality":50,"keyInjectionDelay":0,"waitForIdleTimeout":30000,"mjpegServerFramerate":10}}
2025-09-06 08:58:06:951 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.getSettings() result: {"ignoreUnimportantViews":false,"allowInvisibleElements":false,"elementResponseAttributes":"name,text","snapshotMaxDepth":70,"includeA11yActionsInPageSource":false,"mjpegBilinearFiltering":false,"waitForSelectorTimeout":10000,"serverPort":6790,"simpleBoundsCalculation":false,"enableNotificationListener":true,"limitXPathContextScope":true,"includeExtrasInPageSource":false,"normalizeTagNames":false,"trackScrollEvents":true,"scrollAcknowledgmentTimeout":200,"enableTopmostWindowFromActivePackage":false,"enableMultiWindows":false,"useResourcesForOrientationDetection":false,"currentDisplayId":0,"shouldUseCompactResponses":true,"wakeLockTimeout":86394400,"shutdownOnPowerDisconnect":true,"mjpegServerPort":7810,"mjpegScalingFactor":50,"disableIdLocatorAutocompletion":false,"enforceXPath1":false,"actionAcknowledgmentTimeout":3000,"mjpegServerScreenshotQuality":50,"keyInjectionDelay":0,"waitForIdleTimeout":30000,"mjpegServerFramerate":10}
2025-09-06 08:58:06:952 [dae05498][HTTP] <-- GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/appium/settings 200 50 ms - 951
2025-09-06 08:58:06:954 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/execute/sync {"script":"mobile: queryAppState","args":[{"appId":"org.chromium.webapk.a62c68cebaf69977d_v2","bundleId":"org.chromium.webapk.a62c68cebaf69977d_v2"}]}
2025-09-06 08:58:06:955 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.execute() with args: ["mobile: queryAppState",[{"appId":"org.chromium.webapk.a62c68cebaf69977d_v2","bundleId":"org.chromium.webapk.a62c68cebaf69977d_v2"}],"dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:06:956 [dae05498][BaseDriver] The following arguments are not known and will be ignored: bundleId
2025-09-06 08:58:06:956 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Querying the state of 'org.chromium.webapk.a62c68cebaf69977d_v2'
2025-09-06 08:58:06:957 [dae05498][ADB] Getting install status for org.chromium.webapk.a62c68cebaf69977d_v2
2025-09-06 08:58:06:957 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell cmd package list packages'
2025-09-06 08:58:07:088 [dae05498][ADB] 'org.chromium.webapk.a62c68cebaf69977d_v2' is installed
2025-09-06 08:58:07:089 [dae05498][ADB] Getting IDs of all 'org.chromium.webapk.a62c68cebaf69977d_v2' processes
2025-09-06 08:58:07:089 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)org\.chromium\.webapk\.a62c68cebaf69977d_v2\(:\[a-zA-Z0-9_-\]\+\)\?\(\[\[:blank:\]\]\|\$\)'
2025-09-06 08:58:07:163 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys window displays'
2025-09-06 08:58:07:214 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.execute() result: 3
2025-09-06 08:58:07:215 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/execute/sync 200 260 ms - 11
2025-09-06 08:58:07:218 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/execute/sync {"script":"mobile: terminateApp","args":[{"appId":"org.chromium.webapk.a62c68cebaf69977d_v2","bundleId":"org.chromium.webapk.a62c68cebaf69977d_v2","force":true}]}
2025-09-06 08:58:07:219 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.execute() with args: ["mobile: terminateApp",[{"appId":"org.chromium.webapk.a62c68cebaf69977d_v2","bundleId":"org.chromium.webapk.a62c68cebaf69977d_v2","force":true}],"dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:07:220 [dae05498][BaseDriver] The following arguments are not known and will be ignored: bundleId,force
2025-09-06 08:58:07:220 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Terminating 'org.chromium.webapk.a62c68cebaf69977d_v2'
2025-09-06 08:58:07:220 [dae05498][ADB] Getting IDs of all 'org.chromium.webapk.a62c68cebaf69977d_v2' processes
2025-09-06 08:58:07:221 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)org\.chromium\.webapk\.a62c68cebaf69977d_v2\(:\[a-zA-Z0-9_-\]\+\)\?\(\[\[:blank:\]\]\|\$\)'
2025-09-06 08:58:07:361 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop org.chromium.webapk.a62c68cebaf69977d_v2'
2025-09-06 08:58:07:485 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Querying the state of 'org.chromium.webapk.a62c68cebaf69977d_v2'
2025-09-06 08:58:07:486 [dae05498][ADB] Getting install status for org.chromium.webapk.a62c68cebaf69977d_v2
2025-09-06 08:58:07:486 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell cmd package list packages'
2025-09-06 08:58:07:734 [dae05498][ADB] 'org.chromium.webapk.a62c68cebaf69977d_v2' is installed
2025-09-06 08:58:07:735 [dae05498][ADB] Getting IDs of all 'org.chromium.webapk.a62c68cebaf69977d_v2' processes
2025-09-06 08:58:07:736 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)org\.chromium\.webapk\.a62c68cebaf69977d_v2\(:\[a-zA-Z0-9_-\]\+\)\?\(\[\[:blank:\]\]\|\$\)'
2025-09-06 08:58:07:829 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] 'org.chromium.webapk.a62c68cebaf69977d_v2' has been successfully terminated
2025-09-06 08:58:07:830 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.execute() result: true
2025-09-06 08:58:07:831 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/execute/sync 200 613 ms - 14
2025-09-06 08:58:17:834 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/execute/sync {"script":"mobile: activateApp","args":[{"appId":"org.chromium.webapk.a62c68cebaf69977d_v2","bundleId":"org.chromium.webapk.a62c68cebaf69977d_v2"}]}
2025-09-06 08:58:17:835 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.execute() with args: ["mobile: activateApp",[{"appId":"org.chromium.webapk.a62c68cebaf69977d_v2","bundleId":"org.chromium.webapk.a62c68cebaf69977d_v2"}],"dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:17:835 [dae05498][BaseDriver] The following arguments are not known and will be ignored: bundleId
2025-09-06 08:58:17:836 [dae05498][ADB] Activating 'org.chromium.webapk.a62c68cebaf69977d_v2'
2025-09-06 08:58:17:836 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell cmd package resolve-activity --brief org.chromium.webapk.a62c68cebaf69977d_v2'
2025-09-06 08:58:17:873 [dae05498][ADB] Running 'C:\Users\matth\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am start-activity -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -n org.chromium.webapk.a62c68cebaf69977d_v2/org.chromium.webapk.shell_apk.h2o.H2OOpaqueMainActivity'
2025-09-06 08:58:17:918 [dae05498][ADB] Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.chromium.webapk.a62c68cebaf69977d_v2/org.chromium.webapk.shell_apk.h2o.H2OOpaqueMainActivity }
2025-09-06 08:58:17:919 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.execute() result: null
2025-09-06 08:58:17:920 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/execute/sync 200 86 ms - 14
2025-09-06 08:58:27:923 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element {"using":"xpath","value":"//android.widget.Button[@text='Einloggen']"}
2025-09-06 08:58:27:924 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@text='Einloggen']","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:27:925 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2025-09-06 08:58:27:925 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 0 ms for condition
2025-09-06 08:58:27:926 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element' to command name 'findElement'
2025-09-06 08:58:27:927 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element] with body: {"strategy":"xpath","selector":"//android.widget.Button[@text='Einloggen']","context":"","multiple":false}
2025-09-06 08:58:28:416 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"ELEMENT":"00000000-0000-000a-0000-002200000043","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-002200000043"}}
2025-09-06 08:58:28:417 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-002200000043","ELEMENT":"00000000-0000-000a-0000-002200000043"}
2025-09-06 08:58:28:418 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element 200 494 ms - 137
2025-09-06 08:58:28:421 [dae05498][HTTP] --> GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-002200000043/displayed
2025-09-06 08:58:28:421 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-000a-0000-002200000043","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:28:423 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element/00000000-0000-000a-0000-002200000043/attribute/displayed' to command name 'getAttribute'
2025-09-06 08:58:28:423 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /element/00000000-0000-000a-0000-002200000043/attribute/displayed] to [GET http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element/00000000-0000-000a-0000-002200000043/attribute/displayed] with no body
2025-09-06 08:58:28:433 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":"true"}
2025-09-06 08:58:28:434 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.elementDisplayed() result: true
2025-09-06 08:58:28:435 [dae05498][HTTP] <-- GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-002200000043/displayed 200 14 ms - 14
2025-09-06 08:58:28:487 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element {"using":"xpath","value":"//android.webkit.WebView"}
2025-09-06 08:58:28:488 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.findElement() with args: ["xpath","//android.webkit.WebView","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:28:488 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2025-09-06 08:58:28:488 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 0 ms for condition
2025-09-06 08:58:28:489 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element' to command name 'findElement'
2025-09-06 08:58:28:489 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element] with body: {"strategy":"xpath","selector":"//android.webkit.WebView","context":"","multiple":false}
2025-09-06 08:58:28:529 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"ELEMENT":"00000000-0000-000a-0000-000800000043","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-000800000043"}}
2025-09-06 08:58:28:531 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-000800000043","ELEMENT":"00000000-0000-000a-0000-000800000043"}
2025-09-06 08:58:28:532 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element 200 45 ms - 137
2025-09-06 08:58:28:533 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element {"using":"xpath","value":"//android.webkit.WebView"}
2025-09-06 08:58:28:533 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.findElement() with args: ["xpath","//android.webkit.WebView","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:28:534 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2025-09-06 08:58:28:534 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 0 ms for condition
2025-09-06 08:58:28:534 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element' to command name 'findElement'
2025-09-06 08:58:28:535 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element] with body: {"strategy":"xpath","selector":"//android.webkit.WebView","context":"","multiple":false}
2025-09-06 08:58:28:570 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"ELEMENT":"00000000-0000-000a-0000-000800000043","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-000800000043"}}
2025-09-06 08:58:28:571 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-000800000043","ELEMENT":"00000000-0000-000a-0000-000800000043"}
2025-09-06 08:58:28:572 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element 200 38 ms - 137
2025-09-06 08:58:28:573 [dae05498][HTTP] --> GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000800000043/text
2025-09-06 08:58:28:574 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Driver proxy active, passing request on via HTTP proxy
2025-09-06 08:58:28:574 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000800000043/text' to command name 'getText'
2025-09-06 08:58:28:575 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000800000043/text] to [GET http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element/00000000-0000-000a-0000-000800000043/text] with no body
2025-09-06 08:58:28:586 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":"Login | TT-Planer"}
2025-09-06 08:58:28:588 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Replacing sessionId f01082ea-7c5e-4823-853f-a21c55ca653e with dae05498-23de-4e0d-a83f-6471f5b6939d
2025-09-06 08:58:28:589 [dae05498][HTTP] <-- GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000800000043/text 200 15 ms - 29
2025-09-06 08:58:28:759 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element {"using":"xpath","value":"//android.webkit.WebView"}
2025-09-06 08:58:28:761 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.findElement() with args: ["xpath","//android.webkit.WebView","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:28:761 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2025-09-06 08:58:28:762 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 0 ms for condition
2025-09-06 08:58:28:762 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element' to command name 'findElement'
2025-09-06 08:58:28:762 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element] with body: {"strategy":"xpath","selector":"//android.webkit.WebView","context":"","multiple":false}
2025-09-06 08:58:28:795 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"ELEMENT":"00000000-0000-000a-0000-000800000043","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-000800000043"}}
2025-09-06 08:58:28:796 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-000800000043","ELEMENT":"00000000-0000-000a-0000-000800000043"}
2025-09-06 08:58:28:796 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element 200 37 ms - 137
2025-09-06 08:58:28:798 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element {"using":"xpath","value":"//android.webkit.WebView"}
2025-09-06 08:58:28:799 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.findElement() with args: ["xpath","//android.webkit.WebView","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:28:799 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2025-09-06 08:58:28:800 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 0 ms for condition
2025-09-06 08:58:28:800 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element' to command name 'findElement'
2025-09-06 08:58:28:801 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element] with body: {"strategy":"xpath","selector":"//android.webkit.WebView","context":"","multiple":false}
2025-09-06 08:58:28:831 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"ELEMENT":"00000000-0000-000a-0000-000800000043","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-000800000043"}}
2025-09-06 08:58:28:832 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-000800000043","ELEMENT":"00000000-0000-000a-0000-000800000043"}
2025-09-06 08:58:28:833 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element 200 34 ms - 137
2025-09-06 08:58:28:835 [dae05498][HTTP] --> GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000800000043/text
2025-09-06 08:58:28:835 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Driver proxy active, passing request on via HTTP proxy
2025-09-06 08:58:28:835 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000800000043/text' to command name 'getText'
2025-09-06 08:58:28:836 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000800000043/text] to [GET http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element/00000000-0000-000a-0000-000800000043/text] with no body
2025-09-06 08:58:28:846 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":"Login | TT-Planer"}
2025-09-06 08:58:28:846 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Replacing sessionId f01082ea-7c5e-4823-853f-a21c55ca653e with dae05498-23de-4e0d-a83f-6471f5b6939d
2025-09-06 08:58:28:847 [dae05498][HTTP] <-- GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000800000043/text 200 12 ms - 29
2025-09-06 08:58:28:932 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element {"using":"xpath","value":"//*[@hint='E-MAIL ADRESSE:']"}
2025-09-06 08:58:28:933 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.findElement() with args: ["xpath","//*[@hint='E-MAIL ADRESSE:']","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:28:934 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2025-09-06 08:58:28:934 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 0 ms for condition
2025-09-06 08:58:28:934 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element' to command name 'findElement'
2025-09-06 08:58:28:935 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element] with body: {"strategy":"xpath","selector":"//*[@hint='E-MAIL ADRESSE:']","context":"","multiple":false}
2025-09-06 08:58:28:975 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"ELEMENT":"00000000-0000-000a-0000-000500000043","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-000500000043"}}
2025-09-06 08:58:28:975 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-000500000043","ELEMENT":"00000000-0000-000a-0000-000500000043"}
2025-09-06 08:58:28:976 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element 200 43 ms - 137
2025-09-06 08:58:28:979 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000500000043/clear {}
2025-09-06 08:58:28:979 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.clear() with args: ["00000000-0000-000a-0000-000500000043","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:28:980 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element/00000000-0000-000a-0000-000500000043/clear' to command name 'clear'
2025-09-06 08:58:28:981 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element/00000000-0000-000a-0000-000500000043/clear] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element/00000000-0000-000a-0000-000500000043/clear] with body: {"elementId":"00000000-0000-000a-0000-000500000043"}
2025-09-06 08:58:28:995 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":null}
2025-09-06 08:58:28:995 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.clear() result: null
2025-09-06 08:58:28:996 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000500000043/clear 200 17 ms - 14
2025-09-06 08:58:28:999 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000500000043/value {"text":"matthias@matthias-schmotz.de","value":["m","a","t","t","h","i","a","s","@","m","a","t","t","h","i","a","s","-","s","c","h","m","o","t","z",".","d","e"]}
2025-09-06 08:58:28:999 [dae05498][BaseDriver] The following arguments are not known and will be ignored: value
2025-09-06 08:58:28:999 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.setValue() with args: ["matthias@matthias-schmotz.de","00000000-0000-000a-0000-000500000043","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:29:000 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element/00000000-0000-000a-0000-000500000043/value' to command name 'setValue'
2025-09-06 08:58:29:000 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Added 'value' property to 'setValue' request body
2025-09-06 08:58:29:001 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element/00000000-0000-000a-0000-000500000043/value] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element/00000000-0000-000a-0000-000500000043/value] with body: {"elementId":"00000000-0000-000a-0000-000500000043","text":"matthias@matthias-schmotz.de","replace":false,"value":["m","a","t","t","h","i","a","s","@","m","a","t","t","h","i","a","s","-","s","c","h","m","o","t","z",".","d","e"]}
2025-09-06 08:58:29:014 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":null}
2025-09-06 08:58:29:014 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.setValue() result: null
2025-09-06 08:58:29:015 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000500000043/value 200 16 ms - 14
2025-09-06 08:58:29:052 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element {"using":"xpath","value":"//android.widget.EditText[@resource-id=\"password\"]"}
2025-09-06 08:58:29:053 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.EditText[@resource-id=\"password\"]","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:29:053 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2025-09-06 08:58:29:054 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 0 ms for condition
2025-09-06 08:58:29:056 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element' to command name 'findElement'
2025-09-06 08:58:29:057 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element] with body: {"strategy":"xpath","selector":"//android.widget.EditText[@resource-id=\"password\"]","context":"","multiple":false}
2025-09-06 08:58:29:091 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"ELEMENT":"00000000-0000-000a-0000-000700000043","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-000700000043"}}
2025-09-06 08:58:29:092 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-000700000043","ELEMENT":"00000000-0000-000a-0000-000700000043"}
2025-09-06 08:58:29:092 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element 200 40 ms - 137
2025-09-06 08:58:29:095 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000700000043/clear {}
2025-09-06 08:58:29:096 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.clear() with args: ["00000000-0000-000a-0000-000700000043","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:29:097 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element/00000000-0000-000a-0000-000700000043/clear' to command name 'clear'
2025-09-06 08:58:29:098 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element/00000000-0000-000a-0000-000700000043/clear] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element/00000000-0000-000a-0000-000700000043/clear] with body: {"elementId":"00000000-0000-000a-0000-000700000043"}
2025-09-06 08:58:29:110 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":null}
2025-09-06 08:58:29:110 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.clear() result: null
2025-09-06 08:58:29:111 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000700000043/clear 200 16 ms - 14
2025-09-06 08:58:29:114 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000700000043/value {"text":"Natascha.1","value":["N","a","t","a","s","c","h","a",".","1"]}
2025-09-06 08:58:29:114 [dae05498][BaseDriver] The following arguments are not known and will be ignored: value
2025-09-06 08:58:29:114 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.setValue() with args: ["Natascha.1","00000000-0000-000a-0000-000700000043","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:29:115 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element/00000000-0000-000a-0000-000700000043/value' to command name 'setValue'
2025-09-06 08:58:29:116 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Added 'value' property to 'setValue' request body
2025-09-06 08:58:29:116 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element/00000000-0000-000a-0000-000700000043/value] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element/00000000-0000-000a-0000-000700000043/value] with body: {"elementId":"00000000-0000-000a-0000-000700000043","text":"Natascha.1","replace":false,"value":["N","a","t","a","s","c","h","a",".","1"]}
2025-09-06 08:58:29:130 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":null}
2025-09-06 08:58:29:131 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.setValue() result: null
2025-09-06 08:58:29:131 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000700000043/value 200 18 ms - 14
2025-09-06 08:58:29:154 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element {"using":"xpath","value":"//android.widget.Button[@text=\"Einloggen\"]"}
2025-09-06 08:58:29:154 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.Button[@text=\"Einloggen\"]","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:29:154 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2025-09-06 08:58:29:155 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 0 ms for condition
2025-09-06 08:58:29:156 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element' to command name 'findElement'
2025-09-06 08:58:29:157 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element] with body: {"strategy":"xpath","selector":"//android.widget.Button[@text=\"Einloggen\"]","context":"","multiple":false}
2025-09-06 08:58:29:668 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"ELEMENT":"00000000-0000-000a-0000-002200000043","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-002200000043"}}
2025-09-06 08:58:29:669 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-002200000043","ELEMENT":"00000000-0000-000a-0000-002200000043"}
2025-09-06 08:58:29:669 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element 200 516 ms - 137
2025-09-06 08:58:29:672 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-002200000043/click {}
2025-09-06 08:58:29:672 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.click() with args: ["00000000-0000-000a-0000-002200000043","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:29:673 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element/00000000-0000-000a-0000-002200000043/click' to command name 'click'
2025-09-06 08:58:29:673 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element/00000000-0000-000a-0000-002200000043/click] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element/00000000-0000-000a-0000-002200000043/click] with body: {"element":"00000000-0000-000a-0000-002200000043"}
2025-09-06 08:58:29:746 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":null}
2025-09-06 08:58:29:747 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.click() result: null
2025-09-06 08:58:29:748 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-002200000043/click 200 76 ms - 14
2025-09-06 08:58:29:862 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element {"using":"xpath","value":"//android.webkit.WebView"}
2025-09-06 08:58:29:862 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.findElement() with args: ["xpath","//android.webkit.WebView","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:29:863 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2025-09-06 08:58:29:863 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 0 ms for condition
2025-09-06 08:58:29:864 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element' to command name 'findElement'
2025-09-06 08:58:29:864 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element] with body: {"strategy":"xpath","selector":"//android.webkit.WebView","context":"","multiple":false}
2025-09-06 08:58:29:915 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"ELEMENT":"00000000-0000-000a-0000-000800000043","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-000800000043"}}
2025-09-06 08:58:29:917 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-000800000043","ELEMENT":"00000000-0000-000a-0000-000800000043"}
2025-09-06 08:58:29:918 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element 200 55 ms - 137
2025-09-06 08:58:29:919 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element {"using":"xpath","value":"//android.webkit.WebView"}
2025-09-06 08:58:29:919 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.findElement() with args: ["xpath","//android.webkit.WebView","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:29:920 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2025-09-06 08:58:29:920 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 0 ms for condition
2025-09-06 08:58:29:920 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element' to command name 'findElement'
2025-09-06 08:58:29:921 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element] with body: {"strategy":"xpath","selector":"//android.webkit.WebView","context":"","multiple":false}
2025-09-06 08:58:29:954 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"ELEMENT":"00000000-0000-000a-0000-000800000043","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-000800000043"}}
2025-09-06 08:58:29:955 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-000800000043","ELEMENT":"00000000-0000-000a-0000-000800000043"}
2025-09-06 08:58:29:956 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element 200 37 ms - 137
2025-09-06 08:58:29:958 [dae05498][HTTP] --> GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000800000043/text
2025-09-06 08:58:29:958 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Driver proxy active, passing request on via HTTP proxy
2025-09-06 08:58:29:958 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000800000043/text' to command name 'getText'
2025-09-06 08:58:29:959 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000800000043/text] to [GET http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element/00000000-0000-000a-0000-000800000043/text] with no body
2025-09-06 08:58:29:968 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":"Login | TT-Planer"}
2025-09-06 08:58:29:968 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Replacing sessionId f01082ea-7c5e-4823-853f-a21c55ca653e with dae05498-23de-4e0d-a83f-6471f5b6939d
2025-09-06 08:58:29:969 [dae05498][HTTP] <-- GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-000800000043/text 200 11 ms - 29
2025-09-06 08:58:29:972 [dae05498][HTTP] --> GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/screenshot
2025-09-06 08:58:29:972 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.getScreenshot() with args: ["dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:29:973 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/screenshot' to command name 'getScreenshot'
2025-09-06 08:58:29:973 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /screenshot] to [GET http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/screenshot] with no body
2025-09-06 08:58:30:334 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":"iVBORw0KGgoAAAANSUhEUgAABQAAAAsoCAYAAACjJAPxAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHic7N15nN11fej/9/d7zpklk30hC4EEAgk7QUQUUMENV2xt9VbrUn+1VLvX7tZqrdf+uluLPq7ivd66oYhFS1UWQaEIokFACQRkDUsSSCDbZNZzzvf+ccgyyeyZLZ88n48Hf4Q5M/P9nnXO63yW7EO/vrMIAAAAACBJ+WQfAAAAAAAwfgRAAAAAAEiYAAgAAAAACRMAAQAAACBhAiAAAAAAJEwABAAAAICECYAAAAAAkDABEAAAAAASJgACAAAAQMIEQAAAAABImAAIAAAAAAkTAAEAAAAgYQIgAAAAACRMAAQAAACAhAmAAAAAAJAwARAAAAAAEiYAAgAAAEDCBEAAAAAASJgACAAAAAAJEwABAAAAIGECIAAAAAAkTAAEAAAAgIQJgAAAAACQMAEQAAAAABImAAIAAABAwgRAAAAAAEiYAAgAAAAACRMAAQAAACBhAiAAAAAAJEwABAAAAICECYAAAAAAkDABEAAAAAASJgACAAAAQMIEQAAAAABImAAIAAAAAAkTAAEAAAAgYQIgAAAAACRMAAQAAACAhAmAAAAAAJAwARAAAAAAEiYAAgAAAEDCBEAAAAAASJgACAAAAAAJEwABAAAAIGECIAAAAAAkTAAEAAAAgIQJgAAAAACQMAEQAAAAABImAAIAAABAwgRAAAAAAEiYAAgAAAAACRMAAQAAACBhAiAAAAAAJEwABAAAAICECYAAAAAAkLDyZB8ATIYsi8jziFe9uTlOPbscrW1ZZFnfr0dEFMXef9frEZ27irjn9mpce3l31Gp7vw4AAAAwVWUf+vWdEgaHjTyPWLAkj/f8RWuUK1nkoxwDWxQRvT1F/Ps/dcWGR2tCIAAAADBlCYAc...
2025-09-06 08:58:30:336 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQAAAAsoCAYAAACjJAPxAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHic7N15nN11fej/9/d7zpklk30hC4EEAgk7QUQUUMENV2xt9VbrUn+1VLvX7tZqrdf+uluLPq7ivd66oYhFS1UWQaEIokFACQRkDUsSSCDbZNZzzvf+ccgyyeyZLZ88n48Hf4Q5M/P9nnXO63yW7EO/vrMIAAAAACBJ+WQfAAAAAAAwfgRAAAAAAEiYAAgAAAAACRMAAQAAACBhAiAAAAAAJEwABAAAAICECYAAAAAAkDABEAAAAAASJgACAAAAQMIEQAAAAABImAAIAAAAAAkTAAEAAAAgYQIgAAAAACRMAAQAAACAhAmAAAAAAJAwARAAAAAAEiYAAgAAAEDCBEAAAAAASJgACAAAAAAJEwABAAAAIGECIAAAAAAkTAAEAAAAgIQJgAAAAACQMAEQAAAAABImAAIAAABAwgRAAAAAAEiYAAgAAAAACRMAAQAAACBhAiAAAAAAJEwABAAAAICECYAAAAAAkDABEAAAAAASJgACAAAAQMIEQAAAAABImAAIAAAAAAkTAAEAAAAgYQIgAAAAACRMAAQAAACAhAmAAAAAAJAwARAAAAAAEiYAAgAAAEDCBEAAAAAASJgACAAAAAAJEwABAAAAIGECIAAAAAAkTAAEAAAAgIQJgAAAAACQMAEQAAAAABImAAIAAABAwgRAAAAAAEiYAAgAAAAACRMAAQAAACBhAiAAAAAAJEwABAAAAICECYAAAAAAkLDyZB8ATIYsi8jziFe9uTlOPbscrW1ZZFnfr0dEFMXef9frEZ27irjn9mpce3l31Gp7vw4AAAAwVWUf+vWdEgaHjTyPWLAkj/f8RWuUK1nkoxwDWxQRvT1F/Ps/dcWGR2tCIAAAADBlCYAcFrIsYsbsLN7/D217/j0WiqIxKvAf/nDXIR0B8zxi+qws5i3MY97CPBYdlceS...
2025-09-06 08:58:30:337 [dae05498][HTTP] <-- GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/screenshot 200 365 ms - 161148
2025-09-06 08:58:31:343 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element {"using":"xpath","value":"//android.webkit.WebView"}
2025-09-06 08:58:31:344 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.findElement() with args: ["xpath","//android.webkit.WebView","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:31:344 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2025-09-06 08:58:31:345 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 0 ms for condition
2025-09-06 08:58:31:346 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element' to command name 'findElement'
2025-09-06 08:58:31:346 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element] with body: {"strategy":"xpath","selector":"//android.webkit.WebView","context":"","multiple":false}
2025-09-06 08:58:31:396 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 404: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)\n\tat io.netty.channel.Abstr...
2025-09-06 08:58:31:397 [dae05498][W3C] Matched W3C error code 'no such element' to NoSuchElementError
2025-09-06 08:58:31:398 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/source' to command name 'getPageSource'
2025-09-06 08:58:31:399 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /source] to [GET http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/source] with no body
2025-09-06 08:58:31:423 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":"<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index=\"0\" class=\"hierarchy\" rotation=\"0\" width=\"1280\" height=\"2856\">\r\n <android.widget.FrameLayout index=\"0\" package=\"com.android.chrome\" 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][1280,2856]\" displayed=\"true\" a11y-important=\"true\" screen-reader-focusable=\"false\" drawing-order=\"0\" showing-hint=\"false\" text-entry-key=\"false\" dismissable=\"false\" a11y-focused=\"false\" heading=\"false\" live-region=\"0\" context-clickable=\"false\" content-invalid=\"false\">\r\n <android.widget.LinearLayout index=\"0\" package=\"com.android.chrome\" class=\"android.widget.LinearLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"fals...
2025-09-06 08:58:31:423 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Error finding element: An element could not be located on the page using the given search parameters.
2025-09-06 08:58:31:423 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Page source requested through 'printPageSourceOnFindFailure':
2025-09-06 08:58:31:425 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] <?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<hierarchy index="0" class="hierarchy" rotation="0" width="1280" height="2856">
<android.widget.FrameLayout index="0" package="com.android.chrome" 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][1280,2856]" displayed="true" a11y-important="true" screen-reader-focusable="false" drawing-order="0" showing-hint="false" text-entry-key="false" dismissable="false" a11y-focused="false" heading="false" live-region="0" context-clickable="false" content-invalid="false">
<android.widget.LinearLayout index="0" package="com.android.chrome" 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][1280,2784]" displayed="true" a11y-important="false" screen-reader-focusable="false" drawing-order="1" showing-hint="false" text-entry-key="false" dismissable="false" a11y-focused="false" heading="false" live-region="0" context-clickable="false" content-invalid="false">
<android.widget.FrameLayout index="0" package="com.android.chrome" 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,156][1280,2784]" displayed="true" a11y-important="false" screen-reader-focusable="false" drawing-order="2" showing-hint="false" text-entry-key="false" dismissable="false" a11y-focused="false" heading="false" live-region="0" context-clickable="false" content-invalid="false">
<android.widget.FrameLayout index="0" package="com.android.chrome" 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,156][1280,2784]" displayed="true" a11y-important="false" screen-reader-focusable="false" drawing-order="1" showing-hint="false" text-entry-key="false" dismissable="false" a11y-focused="false" heading="false" live-region="0" context-clickable="false" content-invalid="false">
<android.widget.FrameLayout index="0" package="com.android.chrome" class="android.widget.FrameLayout" text="" resource-id="android:id/content" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,156][1280,2784]" displayed="true" a11y-important="false" screen-reader-focusable="false" drawing-order="1" showing-hint="false" text-entry-key="false" dismissable="false" a11y-focused="false" heading="false" live-region="0" context-clickable="false" content-invalid="false">
<android.view.ViewGroup index="0" package="com.android.chrome" class="android.view.ViewGroup" text="" resource-id="com.android.chrome:id/coordinator" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,156][1280,2784]" displayed="true" a11y-important="false" screen-reader-focusable="false" drawing-order="2" showing-hint="false" text-entry-key="false" dismissable="false" a11y-focused="false" heading="false" live-region="0" context-clickable="false" content-invalid="false">
<android.widget.FrameLayout index="0" package="com.android.chrome" class="android.widget.FrameLayout" text="" resource-id="com.android.chrome:id/compositor_view_holder" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,156][1280,2784]" displayed="true" a11y-important="false" screen-reader-focusable="false" drawing-order="1" showing-hint="false" text-entry-key="false" dismissable="false" a11y-focused="false" heading="false" live-region="0" context-clickable="false" content-invalid="false">
<android.widget.FrameLayout index="0" package="com.android.chrome" 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,156][1280,2784]" displayed="true" a11y-important="false" screen-reader-focusable="false" drawing-order="1" showing-hint="false" text-entry-key="false" dismissable="false" a11y-focused="false" heading="false" live-region="0" context-clickable="false" content-invalid="false">
<android.view.View index="0" package="com.android.chrome" class="android.view.View" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,156][1280,2784]" displayed="true" a11y-important="false" screen-reader-focusable="false" drawing-order="1" showing-hint="false" text-entry-key="false" dismissable="false" a11y-focused="false" heading="false" live-region="0" context-clickable="false" content-invalid="false" />
</android.widget.FrameLayout>
<android.widget.FrameLayout index="1" package="com.android.chrome" class="android.widget.FrameLayout" text="" content-desc="Web View" checkable="false" checked="false" clickable="false" enabled="true" focusable="true" focused="true" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,156][1280,2784]" displayed="true" a11y-important="true" screen-reader-focusable="false" drawing-order="2" showing-hint="false" text-entry-key="false" dismissable="false" a11y-focused="false" heading="false" live-region="0" context-clickable="false" content-invalid="false" />
</android.widget.FrameLayout>
<android.widget.FrameLayout index="1" package="com.android.chrome" class="android.widget.FrameLayout" text="" resource-id="com.android.chrome:id/toolbar_progress_bar_container" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,321][1280,327]" displayed="true" a11y-important="false" screen-reader-focusable="false" drawing-order="16" showing-hint="false" text-entry-key="false" dismissable="false" a11y-focused="false" heading="false" live-region="0" context-clickable="false" content-invalid="false" />
</android.view.ViewGroup>
</android.widget.FrameLayout>
</android.widget.FrameLayout>
</android.widget.FrameLayout>
</android.widget.LinearLayout>
<android.view.View index="2" package="com.android.chrome" class="android.view.View" text="" resource-id="android:id/navigationBarBackground" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,2784][1280,2856]" displayed="true" a11y-important="false" screen-reader-focusable="false" drawing-order="2" showing-hint="false" text-entry-key="false" dismissable="false" a11y-focused="false" heading="false" live-region="0" context-clickable="false" content-invalid="false" />
</android.widget.FrameLayout>
</hierarchy>
2025-09-06 08:58:31:426 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
at AndroidUiautomator2Driver.findElOrEls (C:\Users\matth\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.ts:86:11)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\matth\AppData\Roaming\npm\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.ts:60:12)
at AndroidUiautomator2Driver.findElement (C:\Users\matth\AppData\Roaming\npm\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.ts:75:12)
2025-09-06 08:58:31:427 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element 404 83 ms - 891
2025-09-06 08:58:31:929 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element {"using":"xpath","value":"//android.webkit.WebView"}
2025-09-06 08:58:31:930 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.findElement() with args: ["xpath","//android.webkit.WebView","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:31:931 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2025-09-06 08:58:31:933 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 0 ms for condition
2025-09-06 08:58:31:934 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element' to command name 'findElement'
2025-09-06 08:58:31:935 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element] with body: {"strategy":"xpath","selector":"//android.webkit.WebView","context":"","multiple":false}
2025-09-06 08:58:32:581 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"ELEMENT":"00000000-0000-000a-0000-005d00000043","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-005d00000043"}}
2025-09-06 08:58:32:582 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-005d00000043","ELEMENT":"00000000-0000-000a-0000-005d00000043"}
2025-09-06 08:58:32:583 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element 200 654 ms - 137
2025-09-06 08:58:32:584 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element {"using":"xpath","value":"//android.webkit.WebView"}
2025-09-06 08:58:32:585 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.findElement() with args: ["xpath","//android.webkit.WebView","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:32:585 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2025-09-06 08:58:32:586 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 0 ms for condition
2025-09-06 08:58:32:586 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element' to command name 'findElement'
2025-09-06 08:58:32:587 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element] with body: {"strategy":"xpath","selector":"//android.webkit.WebView","context":"","multiple":false}
2025-09-06 08:58:32:652 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"ELEMENT":"00000000-0000-000a-0000-005d00000043","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-005d00000043"}}
2025-09-06 08:58:32:653 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-005d00000043","ELEMENT":"00000000-0000-000a-0000-005d00000043"}
2025-09-06 08:58:32:653 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element 200 69 ms - 137
2025-09-06 08:58:32:655 [dae05498][HTTP] --> GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-005d00000043/text
2025-09-06 08:58:32:655 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Driver proxy active, passing request on via HTTP proxy
2025-09-06 08:58:32:656 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-005d00000043/text' to command name 'getText'
2025-09-06 08:58:32:656 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-005d00000043/text] to [GET http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element/00000000-0000-000a-0000-005d00000043/text] with no body
2025-09-06 08:58:32:664 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":"Übersicht | TT-Planer"}
2025-09-06 08:58:32:665 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Replacing sessionId f01082ea-7c5e-4823-853f-a21c55ca653e with dae05498-23de-4e0d-a83f-6471f5b6939d
2025-09-06 08:58:32:665 [dae05498][HTTP] <-- GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-005d00000043/text 200 10 ms - 34
2025-09-06 08:58:32:860 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element {"using":"xpath","value":"//android.view.View[@resource-id='navbar-collapse'][2]/android.widget.ListView/android.view.View[3]/android.view.View/android.widget.TextView"}
2025-09-06 08:58:32:861 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@resource-id='navbar-collapse'][2]/android.widget.ListView/android.view.View[3]/android.view.View/android.widget.TextView","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:32:861 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2025-09-06 08:58:32:861 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 0 ms for condition
2025-09-06 08:58:32:862 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element' to command name 'findElement'
2025-09-06 08:58:32:862 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element] with body: {"strategy":"xpath","selector":"//android.view.View[@resource-id='navbar-collapse'][2]/android.widget.ListView/android.view.View[3]/android.view.View/android.widget.TextView","context":"","multiple":false}
2025-09-06 08:58:32:961 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"ELEMENT":"00000000-0000-000a-0000-013b00000043","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-013b00000043"}}
2025-09-06 08:58:32:962 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-013b00000043","ELEMENT":"00000000-0000-000a-0000-013b00000043"}
2025-09-06 08:58:32:962 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element 200 102 ms - 137
2025-09-06 08:58:32:964 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-013b00000043/click {}
2025-09-06 08:58:32:965 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.click() with args: ["00000000-0000-000a-0000-013b00000043","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:32:966 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element/00000000-0000-000a-0000-013b00000043/click' to command name 'click'
2025-09-06 08:58:32:966 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element/00000000-0000-000a-0000-013b00000043/click] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element/00000000-0000-000a-0000-013b00000043/click] with body: {"element":"00000000-0000-000a-0000-013b00000043"}
2025-09-06 08:58:33:015 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":null}
2025-09-06 08:58:33:017 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.click() result: null
2025-09-06 08:58:33:017 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-013b00000043/click 200 53 ms - 14
2025-09-06 08:58:33:064 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element {"using":"xpath","value":"//android.webkit.WebView"}
2025-09-06 08:58:33:065 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.findElement() with args: ["xpath","//android.webkit.WebView","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:33:066 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2025-09-06 08:58:33:066 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 0 ms for condition
2025-09-06 08:58:33:067 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element' to command name 'findElement'
2025-09-06 08:58:33:067 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element] with body: {"strategy":"xpath","selector":"//android.webkit.WebView","context":"","multiple":false}
2025-09-06 08:58:33:973 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"ELEMENT":"00000000-0000-000a-0000-023a00000043","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-023a00000043"}}
2025-09-06 08:58:33:973 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-023a00000043","ELEMENT":"00000000-0000-000a-0000-023a00000043"}
2025-09-06 08:58:33:974 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element 200 909 ms - 137
2025-09-06 08:58:33:975 [dae05498][HTTP] --> POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element {"using":"xpath","value":"//android.webkit.WebView"}
2025-09-06 08:58:33:975 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Calling AppiumDriver.findElement() with args: ["xpath","//android.webkit.WebView","dae05498-23de-4e0d-a83f-6471f5b6939d"]
2025-09-06 08:58:33:977 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
2025-09-06 08:58:33:977 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Waiting up to 0 ms for condition
2025-09-06 08:58:33:977 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/element' to command name 'findElement'
2025-09-06 08:58:33:977 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element] with body: {"strategy":"xpath","selector":"//android.webkit.WebView","context":"","multiple":false}
2025-09-06 08:58:34:005 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":{"ELEMENT":"00000000-0000-000a-0000-023a00000043","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-023a00000043"}}
2025-09-06 08:58:34:006 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000a-0000-023a00000043","ELEMENT":"00000000-0000-000a-0000-023a00000043"}
2025-09-06 08:58:34:006 [dae05498][HTTP] <-- POST /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element 200 31 ms - 137
2025-09-06 08:58:34:008 [dae05498][HTTP] --> GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-023a00000043/text
2025-09-06 08:58:34:009 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Driver proxy active, passing request on via HTTP proxy
2025-09-06 08:58:34:009 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Matched '/session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-023a00000043/text' to command name 'getText'
2025-09-06 08:58:34:010 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Proxying [GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-023a00000043/text] to [GET http://127.0.0.1:8200/session/f01082ea-7c5e-4823-853f-a21c55ca653e/element/00000000-0000-000a-0000-023a00000043/text] with no body
2025-09-06 08:58:34:018 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Got response with status 200: {"sessionId":"f01082ea-7c5e-4823-853f-a21c55ca653e","value":"Login | TT-Planer"}
2025-09-06 08:58:34:019 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] Replacing sessionId f01082ea-7c5e-4823-853f-a21c55ca653e with dae05498-23de-4e0d-a83f-6471f5b6939d
2025-09-06 08:58:34:019 [dae05498][HTTP] <-- GET /session/dae05498-23de-4e0d-a83f-6471f5b6939d/element/00000000-0000-000a-0000-023a00000043/text 200 11 ms - 29
2025-09-06 08:58:49:585 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
2025-09-06 08:58:49:586 [dae05498][38;5;-86m[AndroidUiautomator2Driver@11f9] [Instrumentation] The process has exited with code 255, signal null
2025-09-06 08:58:49:587 [dae05498][Logcat] Logcat terminated with code 255, signal null