Open GoogleCodeExporter opened 9 years ago
Original comment by craigdh@chromium.org
on 20 Nov 2013 at 6:39
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
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
Is this implemented?
Original comment by sunny250...@gmail.com
on 13 Aug 2014 at 10:04
It seems not, at least in the v2.9.248315.
Original comment by juanpicado19
on 13 Aug 2014 at 10:15
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
I think this is a must have, because of appium
Original comment by Atanas.G...@gmail.com
on 12 Sep 2014 at 11:01
I totally agree, must have...
Original comment by bakom...@gmail.com
on 12 Sep 2014 at 11:21
I think this is a must have.
Original comment by ramadan...@gmail.com
on 12 Sep 2014 at 11:27
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
@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
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
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
Original comment by samu...@chromium.org
on 12 Jan 2015 at 11:01
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
Original comment by samu...@chromium.org
on 21 Feb 2015 at 12:19
Original comment by gmanikp...@chromium.org
on 1 Jul 2015 at 5:49
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
Original issue reported on code.google.com by
Pradeept...@teamaol.com
on 20 Nov 2013 at 9:37