dan*_*laM 5 selenium android rotation
我正在使用Appium
自动化移动应用程序,我需要更改屏幕方向。
这对我有用:
((Rotatable)driver).rotate(ScreenOrientation.LANDSCAPE);
((Rotatable)driver).rotate(ScreenOrientation.PORTRAIT);
Run Code Online (Sandbox Code Playgroud)
但是,当我使用:
((Rotatable)driver).rotate(ScreenOrientation.LANDSCAPE);
Run Code Online (Sandbox Code Playgroud)
我的屏幕只向右旋转,但我需要向左旋转Reverse Landscape
。
归档时间: |
|
查看次数: |
2567 次 |
最近记录: |