FuckTheWorld / chromedriver

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

Implement touch actions for android chrome #635

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

Please implement flick, scroll, swipe , pinch in , pinch out touch actions for 
android chrome. 

Thanks,
Pradeepta

Original issue reported on code.google.com by Pradeept...@teamaol.com on 20 Nov 2013 at 9:37

GoogleCodeExporter commented 9 years ago

Original comment by craigdh@chromium.org on 20 Nov 2013 at 6:39

GoogleCodeExporter commented 9 years ago
I would also like this to work.
It's hard to test chrome on android without these actions.

Original comment by fatl13...@gmail.com on 21 Mar 2014 at 11:35

GoogleCodeExporter commented 9 years ago
Yes I am also struggling to find an alternate way to simulate these touch 
gestures like swipe, tap, flick. Please add support for these gestures in 
Android ChromeDriver.

Original comment by amit.ra...@3pillarglobal.com on 11 Apr 2014 at 11:01

GoogleCodeExporter commented 9 years ago
Is this implemented?

Original comment by sunny250...@gmail.com on 13 Aug 2014 at 10:04

GoogleCodeExporter commented 9 years ago
It seems not, at least  in the v2.9.248315. 

Original comment by juanpicado19 on 13 Aug 2014 at 10:15

GoogleCodeExporter commented 9 years ago
Since chromedriver supports mobile devices, this need to be implemented.
How to vote and set higher priority to this issue?

Original comment by ivasylch...@gmail.com on 19 Aug 2014 at 1:46

GoogleCodeExporter commented 9 years ago
I think this is a must have, because of appium

Original comment by Atanas.G...@gmail.com on 12 Sep 2014 at 11:01

GoogleCodeExporter commented 9 years ago
I totally agree, must have...

Original comment by bakom...@gmail.com on 12 Sep 2014 at 11:21

GoogleCodeExporter commented 9 years ago
I think this is a must have. 

Original comment by ramadan...@gmail.com on 12 Sep 2014 at 11:27

GoogleCodeExporter commented 9 years ago
The problem for me is that webdriver click() method is not working on Android 
mobile device in chrome.
Code runs without exceptions, click() is performed, but nothing happens on 
device.
Probably other event should be sent on click() action or some tap() should be 
implemented.
Looks like this action could be performed through JS as workaround. If someone 
have good experience, please share.

Original comment by ivasylch...@gmail.com on 12 Sep 2014 at 12:34

GoogleCodeExporter commented 9 years ago
@Chromium team, do you know if there is a time frame for when this will be 
implemented, or if this will even be addressed? 

Original comment by kenjihei...@gmail.com on 22 Sep 2014 at 6:55

GoogleCodeExporter commented 9 years ago
FYI, Discussion on "ChromeDriver does not support the TouchAction API":

https://groups.google.com/forum/#!topic/appium-discuss/qryH9k25qDo

Original comment by Atanas.G...@gmail.com on 6 Oct 2014 at 12:14

GoogleCodeExporter commented 9 years ago
FYI, the issue fixed from appium for webview context:
https://github.com/appium/appium/issues/3434

Original comment by Atanas.G...@gmail.com on 6 Oct 2014 at 12:26

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 12 Jan 2015 at 11:01

GoogleCodeExporter commented 9 years ago
This feature would, as many has mentioned be very helpful in test automation on 
various projects we're working on. 

Original comment by torste...@gmail.com on 19 Feb 2015 at 8:11

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago

Original comment by gmanikp...@chromium.org on 1 Jul 2015 at 5:49

GoogleCodeExporter commented 9 years ago
For those who are following, if you use ChromeDriver 2.16 with Chrome 44+, 
you'll have access to the TouchActions API. However this is still experimental, 
and there are some bugs that haven't been ironed out yet (especially with pinch 
and scroll gestures).

Original comment by samu...@chromium.org on 1 Jul 2015 at 5:54