We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889c1c1 commit be487ffCopy full SHA for be487ff
vividus-plugin-web-app/src/test/java/org/vividus/selenium/WebDriverFactoryTests.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2019-2024 the original author or authors.
+ * Copyright 2019-2025 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -327,7 +327,6 @@ void testGetRemoteWebDriverFirefoxDriver() throws ReflectiveOperationException
327
var sessionCaps = "{%n"
328
+ " \"acceptInsecureCerts\" : true,%n"
329
+ " \"browserName\" : \"firefox\",%n"
330
- + " \"moz:debuggerAddress\" : true,%n"
331
+ " \"moz:firefoxOptions\" : {%n"
332
+ " \"prefs\" : {%n"
333
+ " \"remote.active-protocols\" : 3,%n"
0 commit comments