Set Orientation on iOS Simulator with iOS 26.1 - Support - Appium Discuss
Hi, I switched my .NET MAUI (C#) test from iOS Simulator with iOS 18.6 to iOS 26.1 with Appium 2.19.0 Since then, I am not able to switch Orientation anymore. Previously, I just used the IOSWebDriver for that on an withe App.Orientation = ScreenOrientation.Landscape But, this is not working anymore and I get the following error: OpenQA.Selenium.UnknownErrorException: An unknown server-side error occurred while processing the command. Original error: Unable To Rotate Device How can I change ...