Posts

Post marked as solved
4 Replies
11k Views
Using the new UI Testing framework in xcode 7, has anyone figured out how to print all elements that are on the screen? The fact that there is little to none documentation on this whole new framework sure doesn't help.
Posted
by jsayer7.
Last updated
.
Post not yet marked as solved
1 Replies
1.5k Views
Good afternoon,From within my XCUITest target, I have a separate file that has a few functions that I created that extend the XCUIElement class. From within these functions, I want to attach a screenshot to the overall test. I can't seem to get that working, as it seems I need to call the .add function from within the XCUITestCase class.Is there any way to get what I'm looking for to work?Thank you!James
Posted
by jsayer7.
Last updated
.