This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
4 / 4
May 2016

Hi everebody!
Java-client version 3.4.1 has been released. It is generally the same as v3.4.033
with some minor changes:

  • Update to Selenium v2.53.0

  • all dependencies were updated to latest versions

  • the dependency on org.apache.commons commons-lang3 v3.4 was added

  • the fix of Widget method invocation.#34011. A class visibility was taken into account. Thanks to aznime2 for the catching.

  • Server flags were added:

    • GeneralServerFlag.ASYNC_TRACE

    • IOSServerFlag.WEBKIT_DEBUG_PROXY_PORT

  • Source code was formatted using eclipse-java-google-style.xml11. This is not the complete solution. The code style checking is going to be added further. Thanks to SrinivasanTarget5 for the work!

  • created

    Mar '16
  • last reply

    May '16
  • 3

    replies

  • 1.7k

    views

  • 2

    users

  • 3

    likes

  • 5

    links

pinned globally Mar 31, '16

11 days later

Hi there,

I got few Questions to asks on appium. I don't know if this is right place to post it.

Issue is- I am unable to tap on Login button of my app through my automation script. I am able to place Username and password on the text fields. the following is the code which i had written to tap on login button for IOS. I am using Simulator iPad retina 8.4

(MobileElement) LoginButton=(MobileElement) wd.findelement.(By.Xpath("\UAIXXx\XX\xxxx\xxx\UAIButton"));

LoginButton.tap(1,2);

I can see a tap on login button but it is not taking me to other screen. When i tap manually it enters. What could be the reason?

1 month later

unpinned May 30, '16