Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
tests-api/actions-builder: add doc on method 'changeOrientation'
Browse files Browse the repository at this point in the history
  • Loading branch information
eGavr committed May 31, 2016
1 parent a6c334f commit 618c2e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,5 @@ Full list of special keys (there are shortcuts for commonly used keys):
* `setWindowSize(width, height)` – change browser window dimensions.

* `tap(element)` - tap specified element on touch enabled device.

* `changeOrientation()` – change orientation on touch enabled device (from `PORTRAIT` to `LANDSCAPE` and vice versa). :warning: Does not work on mobile emulation.

0 comments on commit 618c2e1

Please sign in to comment.