Sha256: 2dee1748bdd8c76d41295ac3d96ae33b01321f20cd4ed6edb323efc285845933

Contents?: true

Size: 1.71 KB

Versions: 35

Compression:

Stored size: 1.71 KB

Contents

=begin
#Datadog API V1 Collection

#Collection of all Datadog Public endpoints.

The version of the OpenAPI document: 1.0
Contact: support@datadoghq.com
Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator

 Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
 This product includes software developed at Datadog (https://www.datadoghq.com/).
 Copyright 2020-Present Datadog, Inc.

=end

require 'date'
require 'time'

module DatadogAPIClient::V1
  # Step type used in your Synthetic test.
  class SyntheticsStepType
    include BaseEnumModel

    ASSERT_CURRENT_URL = "assertCurrentUrl".freeze
    ASSERT_ELEMENT_ATTRIBUTE = "assertElementAttribute".freeze
    ASSERT_ELEMENT_CONTENT = "assertElementContent".freeze
    ASSERT_ELEMENT_PRESENT = "assertElementPresent".freeze
    ASSERT_EMAIL = "assertEmail".freeze
    ASSERT_FILE_DOWNLOAD = "assertFileDownload".freeze
    ASSERT_FROM_JAVASCRIPT = "assertFromJavascript".freeze
    ASSERT_PAGE_CONTAINS = "assertPageContains".freeze
    ASSERT_PAGE_LACKS = "assertPageLacks".freeze
    CLICK = "click".freeze
    EXTRACT_FROM_JAVASCRIPT = "extractFromJavascript".freeze
    EXTRACT_VARIABLE = "extractVariable".freeze
    GO_TO_EMAIL_LINK = "goToEmailLink".freeze
    GO_TO_URL = "goToUrl".freeze
    GO_TO_URL_AND_MEASURE_TTI = "goToUrlAndMeasureTti".freeze
    HOVER = "hover".freeze
    PLAY_SUB_TEST = "playSubTest".freeze
    PRESS_KEY = "pressKey".freeze
    REFRESH = "refresh".freeze
    RUN_API_TEST = "runApiTest".freeze
    SCROLL = "scroll".freeze
    SELECT_OPTION = "selectOption".freeze
    TYPE_TEXT = "typeText".freeze
    UPLOAD_FILES = "uploadFiles".freeze
    WAIT = "wait".freeze
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
datadog_api_client-2.28.1 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.27.1 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.26.1 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.26.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.25.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.24.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.22.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.21.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.20.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.19.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.18.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.17.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.16.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.15.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.14.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.13.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.12.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.11.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.10.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb
datadog_api_client-2.9.0 lib/datadog_api_client/v1/models/synthetics_step_type.rb