This content has been marked as final.
Show 5 replies
-
Re: XCUIElement hittable incorrect
GameWeaver Oct 2, 2015 4:37 AM (in response to GameWeaver)The only work-around I have found is when setting the elements hidden property I also set the accessibilityIdentifier...ie:
element.hidden = true element.accessibilityIdentifier = "" element.hidden = false element.accessibilityIdentifier = "theName"
-
Re: XCUIElement hittable incorrect
joar Oct 2, 2015 10:22 AM (in response to GameWeaver)I believe this issue has been addressed in the Xcode 7.1 beta?
-
Re: XCUIElement hittable incorrect
Timaw Sep 26, 2016 5:09 AM (in response to joar)No it hasn't. This is still an issue in Xcode 8
-
Re: XCUIElement hittable incorrect
davies dong Oct 27, 2016 2:08 AM (in response to Timaw)issue in Xcode 8
-
Re: XCUIElement hittable incorrect
eskimo Oct 27, 2016 2:28 AM (in response to davies dong)Did anyone file a bug about this? If so, what’s the bug number?
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardwarelet myEmail = "eskimo" + "1" + "@apple.com"
-
-
-