Module: Stagehand::Models::SessionStartParams::BrowserbaseSessionCreateParams::Proxies

Extended by:
Internal::Type::Union
Defined in:
lib/stagehand/models/session_start_params.rb

Overview

See Also:

Defined Under Namespace

Modules: ProxyConfigList

Constant Summary collapse

ProxyConfigListArray =
Stagehand::Internal::Type::ArrayOf[union: -> {
  Stagehand::SessionStartParams::BrowserbaseSessionCreateParams::Proxies::ProxyConfigList
}]

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Union

==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Instance Method Details

#initialize(server:, domain_pattern: nil, password: nil, username: nil, type: :external) ⇒ Object

Parameters:

  • server (String)
  • domain_pattern (String) (defaults to: nil)
  • password (String) (defaults to: nil)
  • username (String) (defaults to: nil)
  • type (Symbol, :external) (defaults to: :external)


# File 'lib/stagehand/models/session_start_params.rb', line 762