Class: Robro::UserScripts::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/robro/user_scripts.rb

Instance Method Summary collapse

Instance Method Details

#browserObject



36
37
38
# File 'lib/robro/user_scripts.rb', line 36

def browser
  Robro.browser
end

#commandsObject

Raises:

  • (NotImplementedError)


40
41
42
# File 'lib/robro/user_scripts.rb', line 40

def commands
  raise NotImplementedError
end