Skip to content

Commit d791fa5

Browse files
Splotless apply
1 parent b7ec561 commit d791fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utam-core/src/main/java/utam/core/selenium/appium/MobileDriverAdapter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ final AppiumDriver switchToWebView(String title) {
101101
// If switch to context fail to find the target WebView, then switch to
102102
// use window
103103
if ((mobilePlatform == MobilePlatformType.ANDROID
104-
|| mobilePlatform == MobilePlatformType.ANDROID_PHONE
105-
|| mobilePlatform == MobilePlatformType.ANDROID_TABLET)
104+
|| mobilePlatform == MobilePlatformType.ANDROID_PHONE
105+
|| mobilePlatform == MobilePlatformType.ANDROID_TABLET)
106106
&& !isNativeContext()) {
107107
Set<String> windowHandles = appiumDriver.getWindowHandles();
108108
for (String windowHandle : windowHandles) {

0 commit comments

Comments
 (0)