Method: Sapphire::WebAbstractions::RubySeleniumWebDriver#Run

Defined in:
lib/sapphire/Adapters/Selenium/RubySeleniumWebDriver.rb

#Run(background) ⇒ Object



160
161
162
163
# File 'lib/sapphire/Adapters/Selenium/RubySeleniumWebDriver.rb', line 160

def Run(background)
  scenario = background.new
  scenario.Run
end