We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f524a1 commit 435b989Copy full SHA for 435b989
examples/capabilities/selenoid_cap_file.py
@@ -1,10 +1,12 @@
1
# Desired capabilities example file for Selenoid Grid
2
#
3
-# The same result can be achieved on the command-line with:
+# The same result can be achieved on the command-line. Eg:
4
# --cap-string='{"selenoid:options": {"enableVNC": true}}'
5
6
capabilities = {
7
- "screenResolution": "1280x1024x24",
+ "acceptSslCerts": True,
8
+ "acceptInsecureCerts": True,
9
+ "screenResolution": "1920x1080x24",
10
"selenoid:options": {
11
"enableVNC": True,
12
"enableVideo": False,
0 commit comments