Module: TouringTest::WorldExtension

Defined in:
lib/touring_test/world_extension.rb

Instance Method Summary collapse

Instance Method Details

#computer_use(instruction, root_path: Dir.pwd) ⇒ Object



8
9
10
11
12
# File 'lib/touring_test/world_extension.rb', line 8

def computer_use(instruction, root_path: Dir.pwd)
  driver = Driver.new(page, root_path: root_path)
  agent = Agent.new(driver, instruction)
  agent.run
end