Skip to content

Commit

Permalink
Update cdp version 122 (#1541)
Browse files Browse the repository at this point in the history
* Update DriverFactoryHelper.java

Signed-off-by: Mohab Mohie <Mohab.MohieElDeen@outlook.com>

* Update pom.xml

Signed-off-by: Mohab Mohie <Mohab.MohieElDeen@outlook.com>

---------

Signed-off-by: Mohab Mohie <Mohab.MohieElDeen@outlook.com>
  • Loading branch information
MohabMohie authored Mar 22, 2024
1 parent 58e647a commit 912e446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.18.1
</version> <!-- MAKE SURE TO UPDATE DriverFactoryHelper import devtools.v120.network.Network TO LATEST VERSION WITH UPDATING SELENIUM-->
</version> <!-- MAKE SURE TO UPDATE DriverFactoryHelper import devtools.v122.network.Network TO LATEST VERSION WITH UPDATING SELENIUM-->
</dependency>

<!-- APPIUM -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.devtools.DevTools;
import org.openqa.selenium.devtools.HasDevTools;
import org.openqa.selenium.devtools.v120.network.Network;
import org.openqa.selenium.devtools.v122.network.Network;
import org.openqa.selenium.edge.EdgeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.ie.InternetExplorerDriver;
Expand Down

0 comments on commit 912e446

Please sign in to comment.