Class: DatadogAPIClient::V1::SyntheticsMobileStepParams
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsMobileStepParams
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_mobile_step_params.rb
Overview
The parameters of a mobile step.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#check ⇒ Object
Type of assertion to apply in an API test.
-
#delay ⇒ Object
readonly
Number of milliseconds to wait between inputs in a
typeText
step type. -
#direction ⇒ Object
The direction of the scroll for a
scrollToElement
step type. -
#element ⇒ Object
Information about the element used for a step.
-
#enabled ⇒ Object
Boolean to change the state of the wifi for a
toggleWiFi
step type. -
#max_scrolls ⇒ Object
Maximum number of scrolls to do for a
scrollToElement
step type. -
#positions ⇒ Object
List of positions for the
flick
step type. -
#subtest_public_id ⇒ Object
Public ID of the test to be played as part of a
playSubTest
step type. -
#value ⇒ Object
Values used in the step for in multiple step types.
-
#variable ⇒ Object
Variable object for
extractVariable
step type. -
#with_enter ⇒ Object
Boolean to indicate if
Enter
should be pressed at the end of thetypeText
step type. -
#x ⇒ Object
Amount to scroll by on the
x
axis for ascroll
step type. -
#y ⇒ Object
Amount to scroll by on the
y
axis for ascroll
step type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
63 64 65 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params.rb', line 63 def additional_properties @additional_properties end |
#check ⇒ Object
Type of assertion to apply in an API test.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params.rb', line 25 def check @check end |
#delay ⇒ Object
Number of milliseconds to wait between inputs in a typeText
step type.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params.rb', line 28 def delay @delay end |
#direction ⇒ Object
The direction of the scroll for a scrollToElement
step type.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params.rb', line 31 def direction @direction end |
#element ⇒ Object
Information about the element used for a step.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params.rb', line 34 def element @element end |
#enabled ⇒ Object
Boolean to change the state of the wifi for a toggleWiFi
step type.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params.rb', line 37 def enabled @enabled end |
#max_scrolls ⇒ Object
Maximum number of scrolls to do for a scrollToElement
step type.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params.rb', line 40 def max_scrolls @max_scrolls end |
#positions ⇒ Object
List of positions for the flick
step type. The maximum is 10 flicks per step
43 44 45 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params.rb', line 43 def positions @positions end |
#subtest_public_id ⇒ Object
Public ID of the test to be played as part of a playSubTest
step type.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params.rb', line 46 def subtest_public_id @subtest_public_id end |
#value ⇒ Object
Values used in the step for in multiple step types.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params.rb', line 49 def value @value end |
#variable ⇒ Object
Variable object for extractVariable
step type.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params.rb', line 52 def variable @variable end |
#with_enter ⇒ Object
Boolean to indicate if Enter
should be pressed at the end of the typeText
step type.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params.rb', line 55 def with_enter @with_enter end |
#x ⇒ Object
Amount to scroll by on the x
axis for a scroll
step type.
58 59 60 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params.rb', line 58 def x @x end |
#y ⇒ Object
Amount to scroll by on the y
axis for a scroll
step type.
61 62 63 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params.rb', line 61 def y @y end |