I am testing an iOS Application and currently I am checking the existence of a particular XCUIElement
using isHittable
.
I wanted to know if we can also check the position of the XCUIElement on the view. For instance, if we have a button in the bottom right corner of the view, can we check if it is actually in the bottom right corner using XCTest framework?
I had a look at the Apple Documentation for XCTest framework but did not get any clue. Any help will be greatly appreciated.