FuckTheWorld / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

ChromeDriver does not report "hasTouchScreen" when it has a touchscreen #1102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This causes problems with languages like Java, where the capability is used to 
cast the driver object to the HasTouchScreen interface, allowing touch actions 
to be used.

Original issue reported on code.google.com by samu...@chromium.org on 20 May 2015 at 5:54

GoogleCodeExporter commented 9 years ago
Fixed in crrev.com/1151903003 and crrev.com/1160173002

Original comment by samu...@chromium.org on 18 Jun 2015 at 7:52