forked from LambdaTest/Pylenium-pytest-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpylenium.json
More file actions
37 lines (35 loc) · 745 Bytes
/
pylenium.json
File metadata and controls
37 lines (35 loc) · 745 Bytes
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
{
"driver": {
"browser": "chrome",
"remote_url": "",
"wait_time": 10,
"page_load_wait_time": 0,
"options": [],
"capabilities": {
"LT:Options" : {
"build": "pytest build 4",
"name": "pytest tutorial",
"platform": "Windows 8",
"browserName": "chrome",
"version": "latest",
"resolution": "1920x1080",
"console": "true",
"network": "true"
}
},
"version": "latest",
"experimental_options": null,
"extension_paths": [],
"local_path": ""
},
"logging":{
"screenshots_on": true,
"pylog_level": "info"
},
"viewport": {
"maximize": true,
"width": 1440,
"height": 900,
"orientation": "portrait"
}
}