Skip to content

Commit caec2a7

Browse files
committed
Update Framework 2.2.0 - Selenium 4.17.0
1 parent 247870b commit caec2a7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v2.2.0
2+
======
3+
Jan 26, 2024
4+
* Update Selenium 4.17.0
5+
* Update support CDP 121 (Chromium)
6+
* Update Dependencies in pom.xml
7+
18
v2.1.0
29
======
310
Dec 10, 2023

src/main/java/com/anhtester/keywords/WebUI.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
import org.openqa.selenium.chrome.ChromeOptions;
3131
import org.openqa.selenium.devtools.DevTools;
3232
import org.openqa.selenium.devtools.HasDevTools;
33-
import org.openqa.selenium.devtools.v120.network.Network;
34-
import org.openqa.selenium.devtools.v120.network.model.Headers;
33+
import org.openqa.selenium.devtools.v121.network.Network;
34+
import org.openqa.selenium.devtools.v121.network.model.Headers;
3535
import org.openqa.selenium.interactions.Actions;
3636
import org.openqa.selenium.print.PrintOptions;
3737
import org.openqa.selenium.support.ui.ExpectedCondition;

0 commit comments

Comments
 (0)