File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/io/appium/java_client 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
22
22
import java .time .Duration ;
23
23
24
- interface HasAndroidSettings extends HasSettings {
24
+ public interface HasAndroidSettings extends HasSettings {
25
25
/**
26
26
* Set the `ignoreUnimportantViews` setting. *Android-only method*.
27
27
* Sets whether Android devices should use `setCompressedLayoutHeirarchy()`
Original file line number Diff line number Diff line change 19
19
import io .appium .java_client .HasSettings ;
20
20
import io .appium .java_client .Setting ;
21
21
22
- interface HasIOSSettings extends HasSettings {
22
+ public interface HasIOSSettings extends HasSettings {
23
23
/**
24
24
* Set the `nativeWebTap` setting. *iOS-only method*.
25
25
* Sets whether Safari/webviews should convert element taps into x/y taps.
You can’t perform that action at this time.
0 commit comments