Skip to content

Commit a0ce1df

Browse files
committed
Update Selenium 4.33.0 support CDP 137
1 parent 60fa9e3 commit a0ce1df

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v2.6.1
2+
======
3+
Jun 13, 2025
4+
* Update Selenium 4.33.0 support CDP 137
5+
16
v2.6.0
27
======
38
May 05, 2025

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.anhtester</groupId>
88
<artifactId>anhtester-selenium-java</artifactId>
9-
<version>2.6.0</version>
9+
<version>2.6.1</version>
1010
<name>AutomationFrameworkSelenium</name>
1111
<url>https://github.com/anhtester/AutomationFrameworkSelenium</url>
1212
<description>Test Automation Framework Selenium Java with TestNG building by Anh Tester</description>
@@ -25,7 +25,7 @@
2525
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2626
<java-compiler.version>17</java-compiler.version>
2727
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
28-
<selenium.version>4.32.0</selenium.version>
28+
<selenium.version>4.33.0</selenium.version>
2929
<testng.version>7.11.0</testng.version>
3030
<aspectjweaver.version>1.9.24</aspectjweaver.version>
3131
<ashot.version>1.5.4</ashot.version>

0 commit comments

Comments
 (0)