Window class Null safety

Constructors

Window(AsyncRequestClient _client, WebDriverHandler _handler, String id)

Properties

hashCode int
The hash code for this object.
read-onlyoverride
id String
final
innerSize Future<Rectangle<int>>
The inner size of the window.
read-only
location Future<Point<int>>
The location of the window.
read-only
rect Future<Rectangle<int>>
The location and size of the window.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
size Future<Rectangle<int>>
The outer size of the window.
read-only

Methods

close() Future
Closes the window.
maximize() Future<void>
Maximizes the window.
minimize() Future<void>
Minimizes the window.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
setAsActive() Future<void>
Sets the window as active.
setLocation(Point<int> point) Future<void>
Sets the window location.
setRect(Rectangle<int> rect) Future<void>
The location and size of the window.
setSize(Rectangle<int> size) Future<void>
Sets the window size.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override