CommandHandlerFactory mixin

A factory for Command handlers.

Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDataHandler() DataHandler?
Gets DataHandler for result delivery.
handleCommand(Command command, WidgetController prober, CreateFinderFactory finderFactory) Future<Result>
Deserializes the finder from JSON generated by Command.serialize or CommandWithTarget.serialize.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerTextInput() → void
Registers text input emulation.
toString() String
A string representation of this object.
inherited
waitForAbsentElement(Finder finder) Future<Finder>
Runs finder repeatedly until it finds zero Elements.
waitForElement(Finder finder) Future<Finder>
Runs finder repeatedly until it finds one or more Elements.

Operators

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