File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
src/test/java/io/appium/java_client/pagefactory_tests Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1818
1919import io .appium .java_client .TestUtils ;
2020import io .appium .java_client .android .AndroidDriver ;
21- import io .appium .java_client .pagefactory .*;
21+ import io .appium .java_client .pagefactory .AndroidFindBy ;
22+ import io .appium .java_client .pagefactory .AppiumFieldDecorator ;
23+ import io .appium .java_client .pagefactory .HowToUseLocators ;
24+ import io .appium .java_client .pagefactory .iOSXCUITFindBy ;
25+ import io .appium .java_client .pagefactory .Widget ;
2226import org .junit .jupiter .api .BeforeAll ;
2327import org .junit .jupiter .api .Test ;
2428import org .openqa .selenium .WebDriver ;
Original file line number Diff line number Diff line change 22
33import io .appium .java_client .pagefactory .Widget ;
44import org .jspecify .annotations .Nullable ;
5- import org .openqa .selenium .*;
5+ import org .openqa .selenium .WebElement ;
6+ import org .openqa .selenium .Point ;
7+ import org .openqa .selenium .Dimension ;
8+ import org .openqa .selenium .Rectangle ;
9+ import org .openqa .selenium .OutputType ;
10+ import org .openqa .selenium .WebDriverException ;
611
712import java .util .List ;
813
You can’t perform that action at this time.
0 commit comments