We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd46a75 commit e374d60Copy full SHA for e374d60
src/test/java/io/appium/java_client/pagefactory_tests/widget/tests/DefaultStubWidget.java
@@ -2,10 +2,10 @@
2
3
import io.appium.java_client.pagefactory.Widget;
4
import org.jspecify.annotations.Nullable;
5
-import org.openqa.selenium.Point;
6
import org.openqa.selenium.Dimension;
7
-import org.openqa.selenium.Rectangle;
+import org.openqa.selenium.Point;
8
import org.openqa.selenium.OutputType;
+import org.openqa.selenium.Rectangle;
9
import org.openqa.selenium.WebDriverException;
10
import org.openqa.selenium.WebElement;
11
0 commit comments