module Superbot

Constants

CLOUD_TIMEOUT
DOMAIN
URI_SCHEME
VERSION
WEBDRIVER_ENDPOINT

Public Class Methods

cloud_timeout() click to toggle source
# File lib/superbot.rb, line 27
def self.cloud_timeout
  CLOUD_TIMEOUT
end
test_run?() click to toggle source
# File lib/superbot.rb, line 19
def self.test_run?
  ENV["SUPERBOT_TEST_RUN"] == "true"
end
webdriver_endpoint(type) click to toggle source
# File lib/superbot.rb, line 23
def self.webdriver_endpoint(type)
  WEBDRIVER_ENDPOINT[type.to_sym]
end