MaestroDriveHelper class
Allows for basic control of the Maestro automation server running on device.
Constructors
- MaestroDriveHelper()
- Creates a new MaestroDriveHelper instance for use in the driver file (on test host).
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → String
-
Host on which Maestro server instrumentation is running.
final
- port → String
-
Port on host on which Maestro server instrumentation is running.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
isRunning(
) → Future< bool> - Returns whether the Maestro automation server is running on target device.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
stop(
) → Future< void> - Stops the instrumentation server.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited