Skip to content

Commit

Permalink
Bump to devtools v119 in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Dec 29, 2023
1 parent f1d56c9 commit 810f3ae
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.v116.dom.model.Rect;
import org.openqa.selenium.devtools.v116.page.Page;
import org.openqa.selenium.devtools.v116.page.Page.GetLayoutMetricsResponse;
import org.openqa.selenium.devtools.v116.page.model.Viewport;
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.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriverWait;

Expand Down

0 comments on commit 810f3ae

Please sign in to comment.