Class: AgentSandbox::BrowserTools::Click

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(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