Module: Stagehand::Local::SessionsPatch
- Included in:
- Resources::Sessions
- Defined in:
- lib/stagehand/local.rb
Instance Method Summary collapse
Instance Method Details
#start(params) ⇒ Object
421 422 423 424 |
# File 'lib/stagehand/local.rb', line 421 def start(params) Stagehand::Local.ensure_browserbase_credentials!(client: @client, params: params) super end |