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 18
18
19
19
import io .appium .java_client .TestUtils ;
20
20
import 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 ;
22
26
import org .junit .jupiter .api .BeforeAll ;
23
27
import org .junit .jupiter .api .Test ;
24
28
import org .openqa .selenium .WebDriver ;
Original file line number Diff line number Diff line change 2
2
3
3
import io .appium .java_client .pagefactory .Widget ;
4
4
import 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 ;
6
11
7
12
import java .util .List ;
8
13
You can’t perform that action at this time.
0 commit comments