-
Notifications
You must be signed in to change notification settings - Fork 7
/
settings.androidwebsession.json
53 lines (53 loc) · 1.09 KB
/
settings.androidwebsession.json
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
{
"platformName": "android",
"isRemote": true,
"remoteConnectionUrl": "http://127.0.0.1:4723/wd/hub",
"screensLocation": "integration",
"driverSettings": {
"android": {
"capabilities": {
"deviceName": "test",
"browserName": "Chrome",
"platformName": "Android",
"automationName": "UIAutomator2",
"chromeOptions": {
"w3c": false
},
"uiautomator2ServerInstallTimeout": 30000,
"adbExecTimeout": 30000,
"eventTimings": true
}
}
},
"localServiceSettings": {
"arguments": {
"--allow-insecure": "chromedriver_autodownload"
},
"capabilities": {
}
},
"timeouts": {
"timeoutImplicit": 0,
"timeoutCondition": 15,
"timeoutPollingInterval": 300,
"timeoutCommand": 120
},
"retry": {
"number": 2,
"pollingInterval": 300
},
"logger": {
"language": "en"
},
"elementCache": {
"isEnabled": false
},
"touchActions": {
"swipe": {
"duration": 1,
"retries": 5,
"verticalOffset": 0.2,
"horizontalOffset": 0.5
}
}
}