FuckTheWorld / chromedriver

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

Java tests failing on Android WebView #645

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
After enabling tests on WebView, the following are failing:

+        
'ClickScrollingTest.testShouldBeAbleToClickElementInAFrameThatIsOutOfView',
+        
'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInAFrameThatIsO
utOfView',
+        'FormHandlingTest.handleFormWithJavascriptAction',
+        'TypingTest.testShouldReportKeyCodeOfArrowKeysUpDownEvents',
+        'TypingTest.testShouldReportKeyCodeOfArrowKeys',
+        'CombinedInputActionsTest.testCanClickOnLinks',
+        'CombinedInputActionsTest.testCanClickOnLinksWithAnOffset',
+        
'CombinedInputActionsTest.testMouseMovementWorksWhenNavigatingToAnotherPage',

Original issue reported on code.google.com by fra...@chromium.org on 2 Dec 2013 at 7:56

GoogleCodeExporter commented 8 years ago

Original comment by samu...@chromium.org on 21 Feb 2015 at 12:19

GoogleCodeExporter commented 8 years ago
On Nexus 7, all the above listed tests works fine without any issues.

On Nexus 4, all the tests works fine except for 
'CombinedInputActionsTest.testMouseMovementWorksWhenNavigatingToAnotherPage'

Chrome browser version - 43.0.2357.93
Chromedriver - 2.16

Original comment by gmanikp...@chromium.org on 8 Jul 2015 at 7:44