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

I am using XPath currently and that changes every time i run the test, I cannot use Name, as property is not defined for that element. Please suggest me what is the Best way to interact with such element.

findElementByLocator is not Available for IOSDriver.

I am using Java and Eclipse on mac.

Regards,
Venkatesh

  • created

    Jul '15
  • last reply

    Jul '15
  • 2

    replies

  • 708

    views

  • 2

    users

@Venkatesh you could you use the co-ordinates to tap on a particular location of the screen. But it will limited to a single device. If the device changed the co-ordinates need to change

driver.tap(int countofFingers, int x co-ordinate, int y co-ordiante, int arg)

by the way i'm using java