From 8080100156ddbab5390e5e09af598e7f70944d3a Mon Sep 17 00:00:00 2001 From: ackey Date: Fri, 10 Feb 2017 12:29:30 +0900 Subject: [PATCH 1/2] Add WebView on Android --- testsets/smartphone_android.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/testsets/smartphone_android.yaml b/testsets/smartphone_android.yaml index 27dc58f..883efe7 100644 --- a/testsets/smartphone_android.yaml +++ b/testsets/smartphone_android.yaml @@ -63,3 +63,11 @@ name: UNKNOWN os: Android category: smartphone + +# Webview + Android(Lollipop and Above) +- target: 'Mozilla/5.0 (Linux; Android 5.1.1; Nexus 5 Build/LMY48B; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.65 Mobile Safari/537.36' + name: 'Webview' + version: '43.0.2357.65' + os: Android + os_version: '5.1.1' + category: smartphone From 242fbe3db3c3b36d1a7c1dd263af8bb586764755 Mon Sep 17 00:00:00 2001 From: ackintosh Date: Fri, 10 Feb 2017 13:33:08 +0900 Subject: [PATCH 2/2] Fix the expects of version --- testsets/smartphone_android.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsets/smartphone_android.yaml b/testsets/smartphone_android.yaml index 883efe7..6bfff89 100644 --- a/testsets/smartphone_android.yaml +++ b/testsets/smartphone_android.yaml @@ -67,7 +67,7 @@ # Webview + Android(Lollipop and Above) - target: 'Mozilla/5.0 (Linux; Android 5.1.1; Nexus 5 Build/LMY48B; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.65 Mobile Safari/537.36' name: 'Webview' - version: '43.0.2357.65' + version: '4.0' os: Android os_version: '5.1.1' category: smartphone