Class: AgentSandbox::BrowserTools::Click
- Defined in:
- lib/agent_sandbox/browser_tools.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from AgentSandbox::BrowserTools::Base
Instance Method Details
#execute(ref:) ⇒ Object
142 143 144 |
# File 'lib/agent_sandbox/browser_tools.rb', line 142 def execute(ref:) run_ab(["click", normalize_ref(ref), "--json"]) end |