WebDriverDimension
class WebDriverDimension (View source)
Represent a dimension.
Methods
__construct(int|float $width, int|float $height)
No description
int
getHeight()
Get the height.
int
getWidth()
Get the width.
bool
equals(WebDriverDimension $dimension)
Check whether the given dimension is the same as the instance.
Details
__construct(int|float $width, int|float $height)
No description
int
getHeight()
Get the height.
int
getWidth()
Get the width.
bool
equals(WebDriverDimension $dimension)
Check whether the given dimension is the same as the instance.