We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ec561 commit d791fa5Copy full SHA for d791fa5
utam-core/src/main/java/utam/core/selenium/appium/MobileDriverAdapter.java
@@ -101,8 +101,8 @@ final AppiumDriver switchToWebView(String title) {
101
// If switch to context fail to find the target WebView, then switch to
102
// use window
103
if ((mobilePlatform == MobilePlatformType.ANDROID
104
- || mobilePlatform == MobilePlatformType.ANDROID_PHONE
105
- || mobilePlatform == MobilePlatformType.ANDROID_TABLET)
+ || mobilePlatform == MobilePlatformType.ANDROID_PHONE
+ || mobilePlatform == MobilePlatformType.ANDROID_TABLET)
106
&& !isNativeContext()) {
107
Set<String> windowHandles = appiumDriver.getWindowHandles();
108
for (String windowHandle : windowHandles) {
0 commit comments