Class: DatadogAPIClient::V1::SyntheticsMobileStepParamsElement
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsMobileStepParamsElement
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#context ⇒ Object
Context of the element.
-
#context_type ⇒ Object
Type of the context that the element is in.
-
#element_description ⇒ Object
Description of the element.
-
#multi_locator ⇒ Object
Multi-locator to find the element.
-
#relative_position ⇒ Object
Position of the action relative to the element.
-
#text_content ⇒ Object
Text content of the element.
-
#user_locator ⇒ Object
User locator to find the element.
-
#view_name ⇒ Object
Name of the view of the element.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#context ⇒ Object
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_type ⇒ Object
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_description ⇒ Object
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_locator ⇒ Object
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_position ⇒ Object
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_content ⇒ Object
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_locator ⇒ Object
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_name ⇒ Object
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 |