DevTools in M44+ has commands for synthetic gestures, and if phones are running
with a WebView that is kept up-to-date by Google Play, they should support
touch actions. However, ChromeDriver has no way of knowing what version of
WebView it is running against (since it does not report the build number), so
it can't accurately report the 'hasTouchScreen' capability.
We need to make sure we take the version string for webview is parsed and that
we only return hasTouchScreen=true if we are running with M44+.
Original issue reported on code.google.com by samu...@chromium.org on 29 May 2015 at 6:58
Original issue reported on code.google.com by
samu...@chromium.org
on 29 May 2015 at 6:58