vendredi 25 septembre 2015

How can you see the XCUIElement tree?

Background:

I'm experimenting with ui level testing in iOS 9.0 with XCode GM.

Question:

Is there a command in XCode GM that will allow you to see a 'tree' of accessible elements and their relationships? Something similar to the 'page' command in Appium?

Ideally I would be able to run a command in the debugger that would give me a list of elements available for selection/manipulation. Currently you can use debugDescription on a single XCUIElement but that only gives you info for that element.

Aucun commentaire:

Enregistrer un commentaire