TestingWithFrank / Frank

Automated acceptance tests for native iOS apps
http://testingwithfrank.github.io/
Apache License 2.0
215 stars 57 forks source link

Status bar orientation #39

Open CMTaylor opened 9 years ago

CMTaylor commented 9 years ago

Getting the device orientation via the status bar is sometimes more reliable than the default way of getting device orientation.

moredip commented 9 years ago

Can you elaborate on what this is fixing? When you say that the status bar check is more reliable, is the default approach actually returning a bad result or just failing and then falling back to the status bar check?