setOrientation
Set a device orientation.
Usage
1 | browser.setOrientation(orientation); |
Parameters
Param | Type | Details |
---|---|---|
orientation | String | the new browser orientation (landscape/portrait ) |
Example
1 | it('should set a geo location for the device', function () { |
Support