BrowserTester class
Tests any jaspr app in a headless browser environment.
Properties
- binding → BrowserAppBinding
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
change(
Finder finder, {bool? checked, double? valueAsNumber, String? value, bool pump = true}) → Future< void> -
click(
Finder finder, {bool pump = true}) → Future< void> -
dispatchEvent(
Finder finder, Event event, {void before(Element)?, bool pump = true}) → Future< void> -
findNode(
Finder finder) → Node? -
input(
Finder finder, {bool? checked, double? valueAsNumber, String? value, bool pump = true}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pumpComponent(
Component component, {String attachTo = 'body'}) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited