2gis / winphonedriver

DEPRECATED Please see https://github.com/2gis/Winium.Mobile for latests releases. Selenium Driver for automated testing of Windows Phone 8.1 Silverlight applications.
14 stars 3 forks source link

Rotating Screen as Landscape and Potrait #71

Closed KonyLabs closed 7 years ago

KonyLabs commented 8 years ago

I was trying to implement orientation to Landscape/portrait by implementing Rotatable interface to WindowsPhoneDriver. Not having any luck.

NickAb commented 8 years ago

Orientation commands are not implemented in this version of driver. You can try backporting it from Winium.StoreApps https://github.com/2gis/Winium.StoreApps/blob/efb0b81ea01243d898fcba88f99ca7513b7925ac/Winium/Winium.StoreApps.Driver/CommandExecutors/SetOrientationExecutor.cs

NickAb commented 7 years ago

Rotation should work in Winium.Mobile