From 4c2fcb10d92faa095159953b076e25ffcfaa3079 Mon Sep 17 00:00:00 2001 From: Finja Hauschild <11769157+FiniH@users.noreply.github.com> Date: Tue, 11 Jul 2023 13:04:48 +0200 Subject: [PATCH] Update MobileCapabilityType.java Changed value for AUTO_WEBVIEW from 'autoWebview' to 'autoWebView' --- .../java/io/appium/java_client/remote/MobileCapabilityType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/appium/java_client/remote/MobileCapabilityType.java b/src/main/java/io/appium/java_client/remote/MobileCapabilityType.java index f1aba4b9c..d54adfcb7 100644 --- a/src/main/java/io/appium/java_client/remote/MobileCapabilityType.java +++ b/src/main/java/io/appium/java_client/remote/MobileCapabilityType.java @@ -85,7 +85,7 @@ public interface MobileCapabilityType extends CapabilityType { /** * Move directly into Webview context. Default false. */ - String AUTO_WEBVIEW = "autoWebview"; + String AUTO_WEBVIEW = "autoWebView"; /** * Don't reset app state before this session. See