You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to add IOS/Android Driver's getOrientation() method in assertAppOrientation method in public class PerfectoApplicationSteps since driver.executeScript("mobile:application:info", params) is not providing any info for orientation. #30
I had discussion with Erez Atias for the same and raising this issue after that. I guess we need to modify some of other Quantum methods as well since driver.executeScript("mobile:application:info", params) is used in lot of methods.