I am trying to automate the pull to refresh functionality of table view. i am unable to do it.
Here is the snippet i have used.
JavascriptExecutor js = (JavascriptExecutor) driver.;
HashMap scrollObject = new HashMap();
scrollObject.put("direction", "up");
scrollObject.put("element", (element).getId());
js.executeScript("mobile: scroll", scrollObject);
js.executeScript("mobile: scroll", scrollObject);
created
Oct '15
last reply
Oct '17
- 6
replies
- 2.7k
views
- 6
users