Skip to content

Commit 435b989

Browse files
committed
Update an example capabilities file
1 parent 9f524a1 commit 435b989

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/capabilities/selenoid_cap_file.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Desired capabilities example file for Selenoid Grid
22
#
3-
# The same result can be achieved on the command-line with:
3+
# The same result can be achieved on the command-line. Eg:
44
# --cap-string='{"selenoid:options": {"enableVNC": true}}'
55

66
capabilities = {
7-
"screenResolution": "1280x1024x24",
7+
"acceptSslCerts": True,
8+
"acceptInsecureCerts": True,
9+
"screenResolution": "1920x1080x24",
810
"selenoid:options": {
911
"enableVNC": True,
1012
"enableVideo": False,

0 commit comments

Comments
 (0)