Hi, i upgraded Appium/java-client from 4.0.0 to 5.0.4 along with Selenium Java client from 2.53.0 to 3.6.0. After the upgrade in my Base class where i have all the common functions that use mobileElement.tap(1, 1); method from MobileElement class and AppiumDriverFactory.getAppiumDriver().swipe(startX, startY, startX, endY, swipeTime) and AppiumDriverFactory.getAppiumDriver().tap(1, xAxis, yAxis, 1000);from AppiumDriver class not able to find those methods. Did Appium removed those methods from the above classes. if so how can i resolve this issues.
Also TouchAction class looks like touchAction.waitAction(2000) not longer taking int. Please advise.
created
Oct '17
last reply
Oct '17
- 2
replies
- 1.7k
views
- 2
users
- 1
link