SapTransaction class
Constructors
-
SapTransaction({Map<
String, SimpleInput> ? fields, OnlineAction? prepare_action, OnlineAction? cleanup_action, Validation? validate_action, OnlineAction? submit_action, CollectData<Map< ? collect_data, bool mandatory = true})String, Object> > - SapTransaction.builder()
-
factory
Properties
- cleanup_action ↔ OnlineAction?
-
getter/setter pairinherited
-
collect_data
↔ CollectData<
Map< ?String, Object> > -
getter/setter pairinherited
-
fields
↔ Map<
String, SimpleInput> -
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- mandatory ↔ bool
-
getter/setter pairinherited
- prepare_action ↔ OnlineAction?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- submit_action ↔ OnlineAction?
-
getter/setter pairinherited
- validate_action ↔ Validation?
-
getter/setter pairinherited
Methods
-
cleanup(
OnlineAction after) → SapTransaction -
override
-
collect(
CollectData< Map< collect) → SapTransactionString, Object> > -
override
-
do_until(
String field, Do< Online> doit, Check<Online> check, {Duration? delay, int retry = 0, OnlineAction? before, OnlineAction? after}) → SapTransaction -
fill(
Map< String, Object> value) → Future<Online> -
inherited
-
fill_action(
Online browser, Map< String, Object> values) → Future<Online> -
inherited
-
fill_with(
Online browser, Map< String, Object> value) → Future<Online> -
inherited
-
grid_cell(
String field, {AbstractSelector? selector, String? lsdata, String? id, String? name, String? xpath, String? css, String? tag, String? className, OnlineAction? before, OnlineAction? after}) → SapTransaction -
many(
String field, dynamic builder(SapTransaction builder), {OnlineAction? before, OnlineAction? after}) → SapTransaction -
maybe_click(
String field, {AbstractSelector? selector, String? lsdata, String? id, String? name, String? xpath, String? css, String? tag, String? className}) → SapTransaction -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prepare(
OnlineAction before) → SapTransaction -
override
-
press_key(
String name, Key key, {List< Key> ? modifiers}) → SapTransaction -
submit(
OnlineAction submit) → SapTransaction -
override
-
textbox(
String field, {AbstractSelector? selector, String? lsdata, String? id, String? name, String? xpath, String? css, String? tag, String? className}) → SapTransaction -
toString(
) → String -
A string representation of this object.
inherited
-
validate(
Validation validate) → SapTransaction -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited