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 2121
2222import java .time .Duration ;
2323
24- interface HasAndroidSettings extends HasSettings {
24+ public interface HasAndroidSettings extends HasSettings {
2525 /**
2626 * Set the `ignoreUnimportantViews` setting. *Android-only method*.
2727 * Sets whether Android devices should use `setCompressedLayoutHeirarchy()`
Original file line number Diff line number Diff line change 1919import io .appium .java_client .HasSettings ;
2020import io .appium .java_client .Setting ;
2121
22- interface HasIOSSettings extends HasSettings {
22+ public interface HasIOSSettings extends HasSettings {
2323 /**
2424 * Set the `nativeWebTap` setting. *iOS-only method*.
2525 * Sets whether Safari/webviews should convert element taps into x/y taps.
You can’t perform that action at this time.
0 commit comments