Rotate devices

suggest change

Device can be rotate by changing orientation in XCUIDevice.shared().orientation:

XCUIDevice.shared().orientation = .landscapeLeft
XCUIDevice.shared().orientation = .portrait

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents