Class: AgentSandbox::BrowserTools::Open

Inherits:
Base
  • Object
show all
Defined in:
lib/agent_sandbox/browser_tools.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, #run_ab

Constructor Details

This class inherits a constructor from AgentSandbox::BrowserTools::Base

Instance Method Details

#execute(url:) ⇒ Object



116
117
118
# File 'lib/agent_sandbox/browser_tools.rb', line 116

def execute(url:)
  run_ab(["open", url, "--json"])
end