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 8aec0b9 commit 13ffbb9Copy full SHA for 13ffbb9
javascript/selenium-webdriver/test/firefox/contextSwitching_test.js
@@ -39,7 +39,7 @@ suite(
39
40
describe('context switching', function () {
41
beforeEach(async function () {
42
- let options = new firefox.Options()
+ let options = env.builder().getFirefoxOptions() || new firefox.Options()
43
options.addArguments('-remote-allow-system-access')
44
driver = await env.builder().setFirefoxOptions(options).build()
45
})
0 commit comments