Hi, I’m looking at a way to rotate on my iphone.
I’m running Appium.WebDriver 4.0.0.5-beta, Selenium 3.141.0 and Appium server v1.12
var landscape = new Dictionary<string, int> { { "x", 114 }, { "y", 198 }, { "duration", 5 }, { "radius", 3 }, { "rotation", 220 }, { "touchCount", 2 } };
driver.Rotate(landscape);
I’m getting an error saying that method is not implemented.
Can anyone help me out ? Thanks