Class: DatadogAPIClient::V2::SyntheticsTestResultStepElementUpdates
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestResultStepElementUpdates
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_result_step_element_updates.rb
Overview
Element locator updates produced during a step.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#multi_locator ⇒ Object
Updated multi-locator definition.
-
#target_outer_html ⇒ Object
Updated outer HTML of the targeted element.
-
#version ⇒ Object
Version of the element locator definition.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_step_element_updates.rb', line 33 def additional_properties @additional_properties end |
#multi_locator ⇒ Object
Updated multi-locator definition.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_step_element_updates.rb', line 25 def multi_locator @multi_locator end |
#target_outer_html ⇒ Object
Updated outer HTML of the targeted element.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_step_element_updates.rb', line 28 def target_outer_html @target_outer_html end |
#version ⇒ Object
Version of the element locator definition.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_step_element_updates.rb', line 31 def version @version end |