标签: c# android selenium-webdriver webdriver appium
我想通过发送LeftCtrl + F12来更改设备模拟器的方向 最好的方法是什么?
答案 0 :(得分:1)
要更改屏幕方向,请使用appium rotate API: driver.rotate(ScreenOrientation.PORTRAIT); driver.rotate(ScreenOrientation.LANDSCAPE);
driver.rotate(ScreenOrientation.PORTRAIT); driver.rotate(ScreenOrientation.LANDSCAPE);