Class: Superbot::CLI::Cloud::WebdriverCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/superbot/cloud/cli/cloud/webdriver_command.rb

Class Method Summary collapse

Class Method Details

.runObject



13
14
15
16
17
18
# File 'lib/superbot/cloud/cli/cloud/webdriver_command.rb', line 13

def self.run
  super
rescue StandardError => exc
  warn exc.message
  warn exc.backtrace.join("\n")
end