Skip to content

Commit

Permalink
upgrade selenium and zk-webdriver version for chrome v130
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Nov 5, 2024
1 parent d9be3a0 commit 25b2160
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions zktest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ dependencies {
testImplementation 'org.eclipse.jetty:apache-jsp:10.0.11'
testImplementation 'org.junit.platform:junit-platform-launcher:1.9.0'
testImplementation 'xml-apis:xml-apis:1.4.01'
testImplementation 'org.zkoss.test:zk-webdriver:1.4.23.0.0'
testImplementation 'org.zkoss.test:zk-webdriver:1.4.26.0.0'

// For B96_ZK_4194Test to use a specific Chrome driver version (this will change to match latest chrome)
testImplementation 'org.seleniumhq.selenium:selenium-devtools-v125:4.21.0'
testImplementation "org.seleniumhq.selenium:selenium-java:4.21.0"
testImplementation 'org.seleniumhq.selenium:selenium-devtools-v130:4.26.0'
testImplementation "org.seleniumhq.selenium:selenium-java:4.26.0"
testImplementation 'com.google.javascript:closure-compiler-unshaded:v20230802'

providedCompile 'javax.el:javax.el-api:2.2.5'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* B96_ZK_4194Test.java
Purpose:
Description:
History:
5:31 PM 2023/4/12, Created by jumperchen
Expand All @@ -20,8 +20,8 @@
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
import org.openqa.selenium.devtools.DevTools;
import org.openqa.selenium.devtools.v125.network.Network;
import org.openqa.selenium.devtools.v125.network.model.ConnectionType;
import org.openqa.selenium.devtools.v130.network.Network;
import org.openqa.selenium.devtools.v130.network.model.ConnectionType;

import org.zkoss.test.webdriver.ChromiumHeadlessDriver;
import org.zkoss.test.webdriver.ExternalZkXml;
Expand Down

0 comments on commit 25b2160

Please sign in to comment.