Closed lukeis closed 8 years ago
Reported by barancev
on 2013-06-14 13:26:37
Any updates on this?
Thanks.
Reported by inderpreetsingh31
on 2013-06-17 05:27:50
Hi!
Have you tried using TouchActions?
An example below:
IWebElement element = driver.FindElement(By.Name("q"));
TouchActions touchAction = new TouchActions(driver);
touchAction.DoubleTap(element).Perform();
If the element can be toubletapped then it should be working. Please let me know if
this worked for you or not!
Reported by pete07nik
on 2013-11-15 12:35:57
Selenium project no longer supports the AndroidDriver.
Please use Selendroid instead:
http://selendroid.io/webview.html
And log any issues against that project:
https://github.com/selendroid/selendroid/issues
Reported by luke.semerau
on 2013-12-26 21:57:36
WontFix
Reported by luke.semerau
on 2015-09-17 18:17:26
Originally reported on Google Code with ID 5779
Reported by
inderpreetsingh31
on 2013-06-14 11:16:46