Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

10 votes
2 answers
5k views

Accessibility Inspector not working on Xcode Version 13.3 on macOS Monterey Version 12.3

I launch the Accessibility Inspector from within Xcode but it doesn't let me interact with elements in the simulator. I relaunched Xcode, the Accessibility Inspector and simulator but it doesn't seem ...
Sara's user avatar
  • 135
0 votes
1 answer
407 views

Is it possible to get an `XCUIElement` by its `accessibilityId` when it is not an accessibility element?

I have custom UITableViewCell with some child images and labels. I have made the entire cell as a single accessible element. I have set accessibility ids to all the elements - cell and its subviews, ...
iOSer's user avatar
  • 246
0 votes
1 answer
229 views

Unable to assert an element on modal that's above viewController with the same element

There is viewController with some HITTABLE text "exampleText". When you tap it a modal opens with the same "exampleText"(or even 2 cells with the same staticTexts "exampleText") My intent is to count ...
Send's user avatar
  • 1
0 votes
0 answers
587 views

How to force reset accessibility identifiers in tableview after animation?

I have a tableview that has cells that expand when selected. This is done by changing the cell height in a performBatchUpdates block within didSelectRowAt. When a cell is expanded, its child views, a ...
Sam Woolf's user avatar