Module: Stagehand::Models::SessionStartParams::BrowserbaseSessionCreateParams::BrowserSettings::Os
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/stagehand/models/session_start_params.rb,
sig/stagehand/models/session_start_params.rbs
Overview
Constant Summary collapse
- WINDOWS =
:windows- MAC =
:mac- LINUX =
:linux- MOBILE =
:mobile- TABLET =
:tablet
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values
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
#self?.values ⇒ ::Array[Stagehand::Models::SessionStartParams::BrowserbaseSessionCreateParams::BrowserSettings::os]
737 |
# File 'sig/stagehand/models/session_start_params.rbs', line 737
def self?.values: -> ::Array[Stagehand::Models::SessionStartParams::BrowserbaseSessionCreateParams::BrowserSettings::os]
|