Skip to content

Commit

Permalink
Bump to cdp 122 in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Feb 21, 2024
1 parent 06613cf commit cdc1373
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
import org.openqa.selenium.By;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.devtools.DevTools;
import org.openqa.selenium.devtools.v119.dom.model.Rect;
import org.openqa.selenium.devtools.v119.page.Page;
import org.openqa.selenium.devtools.v119.page.Page.GetLayoutMetricsResponse;
import org.openqa.selenium.devtools.v119.page.model.Viewport;
import org.openqa.selenium.devtools.v122.dom.model.Rect;
import org.openqa.selenium.devtools.v122.page.Page;
import org.openqa.selenium.devtools.v122.page.Page.GetLayoutMetricsResponse;
import org.openqa.selenium.devtools.v122.page.model.Viewport;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriverWait;

Expand Down

0 comments on commit cdc1373

Please sign in to comment.