This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 5
Mar 2015

2.2.0

Added new TouchAction methods for LongPress, on an element, at x,y coordinates, or at an offset from within an element
SwipeElementDirection changed. Read the documentation, it's now smarter about how/where to swipe
Added APPIUM_VERSION MobileCapabilityType
sendKeyEvent() moved from AppiumDriver to AndroidDriver
linkText and partialLinkText locators added
setValue() moved from MobileElement to IOSElement
Fixed Selendroid PageAnnotations

  • created

    Mar '15
  • last reply

    Jun '15
  • 4

    replies

  • 2.7k

    views

  • 3

    users

  • 8

    likes

  • 2

    links

Hi jonahss,

I see conflicting information here. You mentioned that sendKeyEvent() is moved from AppiumDriver to IOSDriver, but I couldn't find it. From this link, https://github.com/appium/java-client/tree/master/src/main/java/io/appium/java_client107, it mentioned that sendKeyEvent() is moved from AppiumDriver to AndroidDriver instead since it is only supported in Android. Would you help me look into it? I was using it on IOS device and it was working fine until now since it is no longer in the AppiumDriver. Thanks!

2 months later