I tried to swipe elements in lightbox on my website and got error “Not yet implemented”
org.openqa.selenium.WebDriverException: Not yet implemented. Please help us: http://appium.io/get-involved.html
MobileElement element = (MobileElement) el.get(0);
element.click();
MobileElement lightbox = (MobileElement)driver.findElement(By.cssSelector("div.lightbox-wrapper"));
lightbox.swipe(SwipeElementDirection.RIGHT, 500);
Can someone tell me why I`ve got this error ?
Swipe is not really implemented or I have some problems with MobileDriver ?
I tried to run these test on Android Chrome browser.
Additional informations:
- Run appium with windows app
- Android 4.4 Sony Xperia Z