File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/io/appium/java_client/pagefactory_tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
import io .appium .java_client .pagefactory .AndroidFindBy ;
22
22
import io .appium .java_client .pagefactory .AppiumFieldDecorator ;
23
23
import io .appium .java_client .pagefactory .HowToUseLocators ;
24
- import io .appium .java_client .pagefactory .iOSXCUITFindBy ;
25
24
import io .appium .java_client .pagefactory .Widget ;
25
+ import io .appium .java_client .pagefactory .iOSXCUITFindBy ;
26
26
import org .junit .jupiter .api .BeforeAll ;
27
27
import org .junit .jupiter .api .Test ;
28
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 .WebElement ;
6
5
import org .openqa .selenium .Point ;
7
6
import org .openqa .selenium .Dimension ;
8
7
import org .openqa .selenium .Rectangle ;
9
8
import org .openqa .selenium .OutputType ;
10
9
import org .openqa .selenium .WebDriverException ;
10
+ import org .openqa .selenium .WebElement ;
11
11
12
12
import java .util .List ;
13
13
You can’t perform that action at this time.
0 commit comments