viewport
The command to control the size and orientation of the current browser window.
Syntax
Usage
correct usage
Arguments
width (int)
- The width in pixelsheight (int)
- The height in pixelsorientation="portrait" (str)
- Pass"landscape"
to reverse the width and height
Yields
Pylenium - The current instance of Pylenium so you can change commands
Examples
Last updated