Class SessionActResponse.Data.Result.Action
-
- All Implemented Interfaces:
public final class SessionActResponse.Data.Result.ActionAction object returned by observe and used by act
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionActResponse.Data.Result.Action.BuilderA builder for Action.
-
Method Summary
Modifier and Type Method Description final Stringdescription()Human-readable description of the action final Stringselector()CSS selector or XPath for the element final Optional<List<String>>arguments()Arguments to pass to the method final Optional<Double>backendNodeId()Backend node ID for the element final Optional<String>method()The method to execute (click, fill, etc. final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<String>_selector()Returns the raw JSON value of selector. final JsonField<List<String>>_arguments()Returns the raw JSON value of arguments. final JsonField<Double>_backendNodeId()Returns the raw JSON value of backendNodeId. final JsonField<String>_method()Returns the raw JSON value of method. final Map<String, JsonValue>_additionalProperties()final SessionActResponse.Data.Result.Action.BuildertoBuilder()final SessionActResponse.Data.Result.Actionvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionActResponse.Data.Result.Action.Builderbuilder()Returns a mutable builder for constructing an instance of Action. -
-
Method Detail
-
description
final String description()
Human-readable description of the action
-
backendNodeId
final Optional<Double> backendNodeId()
Backend node ID for the element
-
_description
final JsonField<String> _description()
Returns the raw JSON value of description.
Unlike description, this method doesn't throw if the JSON field has an unexpected type.
-
_selector
final JsonField<String> _selector()
Returns the raw JSON value of selector.
Unlike selector, this method doesn't throw if the JSON field has an unexpected type.
-
_arguments
final JsonField<List<String>> _arguments()
Returns the raw JSON value of arguments.
Unlike arguments, this method doesn't throw if the JSON field has an unexpected type.
-
_backendNodeId
final JsonField<Double> _backendNodeId()
Returns the raw JSON value of backendNodeId.
Unlike backendNodeId, this method doesn't throw if the JSON field has an unexpected type.
-
_method
final JsonField<String> _method()
Returns the raw JSON value of method.
Unlike method, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionActResponse.Data.Result.Action.Builder toBuilder()
-
validate
final SessionActResponse.Data.Result.Action validate()
-
builder
final static SessionActResponse.Data.Result.Action.Builder builder()
Returns a mutable builder for constructing an instance of Action.
The following fields are required:
.description() .selector()
-
-
-
-