如何使用c#和Appium将密钥组合发送到Android模拟器?

时间:2015-03-09 21:58:06

标签: c# android selenium-webdriver webdriver appium

我想通过发送LeftCtrl + F12来更改设备模拟器的方向 最好的方法是什么?

1 个答案:

答案 0 :(得分:1)

要更改屏幕方向,请使用appium rotate API: driver.rotate(ScreenOrientation.PORTRAIT); driver.rotate(ScreenOrientation.LANDSCAPE);