Class: DatadogAPIClient::V1::SyntheticsMobileStepParams

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#checkObject

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

#delayObject

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

#directionObject

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

#elementObject

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

#enabledObject

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_scrollsObject

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

#positionsObject

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_idObject

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

#valueObject

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

#variableObject

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_enterObject

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

#xObject

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

#yObject

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