File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
vividus-extension-selenium
src/test/java/org/vividus/selenium Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ configurations {
1919 implementation project(' :vividus-soft-assert' )
2020 api project(' :vividus-extension-ui' )
2121
22- api platform(group : ' org.seleniumhq.selenium' , name : ' selenium-bom' , version : ' 4.28.1 ' )
22+ api platform(group : ' org.seleniumhq.selenium' , name : ' selenium-bom' , version : ' 4.29.0 ' )
2323 api(group : ' org.seleniumhq.selenium' , name : ' selenium-api' )
2424 api(group : ' org.seleniumhq.selenium' , name : ' selenium-support' )
2525 api(group : ' org.seleniumhq.selenium' , name : ' selenium-remote-driver' )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313
1414 implementation(group : ' com.codeborne' , name : ' selenide' , version : ' 7.7.2' )
1515
16- api platform(group : ' org.seleniumhq.selenium' , name : ' selenium-bom' , version : ' 4.28.1 ' )
16+ api platform(group : ' org.seleniumhq.selenium' , name : ' selenium-bom' , version : ' 4.29.0 ' )
1717 implementation(group : ' org.seleniumhq.selenium' , name : ' selenium-chrome-driver' )
1818 implementation(group : ' org.seleniumhq.selenium' , name : ' selenium-edge-driver' )
1919 implementation(group : ' org.seleniumhq.selenium' , name : ' selenium-firefox-driver' )
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2019-2024 the original author or authors.
2+ * Copyright 2019-2025 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -327,7 +327,6 @@ void testGetRemoteWebDriverFirefoxDriver() throws ReflectiveOperationException
327327 var sessionCaps = "{%n"
328328 + " \" acceptInsecureCerts\" : true,%n"
329329 + " \" browserName\" : \" firefox\" ,%n"
330- + " \" moz:debuggerAddress\" : true,%n"
331330 + " \" moz:firefoxOptions\" : {%n"
332331 + " \" prefs\" : {%n"
333332 + " \" remote.active-protocols\" : 3,%n"
You can’t perform that action at this time.
0 commit comments