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 5ab75a3 commit 1acc819Copy full SHA for 1acc819
examples/raw_parameter_script.py
@@ -28,6 +28,7 @@
28
b = MyTestClass("test_basic")
29
b.browser = "chrome"
30
b.headless = False
31
+ b.headed = False
32
b.servername = "localhost"
33
b.port = 4444
34
b.data = None
0 commit comments