This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

Hello :slight_smile:,

While automating Android and iOS Apps I’ve noticed that upon calling driver.rotate(ScreenOrientation.LANDSCAPE) the device dimensions won’t change.

I’m getting the same Device Height&Width when calling driver.manage().window().getSize().width; driver.manage().window().getSize().height;
after changing the orientation, thus cannot locate elements properly.

Is this the expected behaviour ?

Cheers,
Liran.