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 ff0a18a commit 03daf92Copy full SHA for 03daf92
seleniumbase/plugins/selenium_plugin.py
@@ -433,7 +433,7 @@ def beforeTest(self, test):
433
test.test.use_auto_ext = self.options.use_auto_ext
434
test.test.no_sandbox = self.options.no_sandbox
435
test.test.disable_gpu = self.options.disable_gpu
436
- test.text.remote_debug = self.options.remote_debug
+ test.test.remote_debug = self.options.remote_debug
437
test.test.swiftshader = self.options.swiftshader
438
test.test.incognito = self.options.incognito
439
test.test.guest_mode = self.options.guest_mode
0 commit comments