Class: HeadlessBrowserTool::Tools::GetCurrentPathTool

Inherits:
BaseTool
  • Object
show all
Defined in:
lib/headless_browser_tool/tools/get_current_path_tool.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



11
12
13
# File 'lib/headless_browser_tool/tools/get_current_path_tool.rb', line 11

def execute
  browser.get_current_path
end