Class: DatadogAPIClient::V1::SyntheticsMobileStepParamsElement

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element.rb

Overview

Information about the element used for a step.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



48
49
50
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element.rb', line 48

def additional_properties
  @additional_properties
end

#contextObject

Context of the element.



25
26
27
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element.rb', line 25

def context
  @context
end

#context_typeObject

Type of the context that the element is in.



28
29
30
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element.rb', line 28

def context_type
  @context_type
end

#element_descriptionObject

Description of the element.



31
32
33
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element.rb', line 31

def element_description
  @element_description
end

#multi_locatorObject

Multi-locator to find the element.



34
35
36
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element.rb', line 34

def multi_locator
  @multi_locator
end

#relative_positionObject

Position of the action relative to the element.



37
38
39
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element.rb', line 37

def relative_position
  @relative_position
end

#text_contentObject

Text content of the element.



40
41
42
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element.rb', line 40

def text_content
  @text_content
end

#user_locatorObject

User locator to find the element.



43
44
45
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element.rb', line 43

def user_locator
  @user_locator
end

#view_nameObject

Name of the view of the element.



46
47
48
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params_element.rb', line 46

def view_name
  @view_name
end