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

Appium: 1.7.1.
XCode: 8.3.3.
iOS: 10.3
Device: iPhone 6

I have native app and run it on ‘iPhone 6’ simulator. And if I look through source code using GUI Appium -
some of XCUIElementTypeCell and XCUIElementTypeStaticText have attribute “visible=false”, but all of them are displayed.

Concern is about: How can I do typical actions with them.

How is it possible?

  • created

    Oct '17
  • last reply

    Dec '18
  • 3

    replies

  • 1.0k

    views

  • 4

    users

  • 1

    like

If the Visible=false, you can’t perform any action on that. I think you better talk with your developers.

1 year later