Sha256: 16e8138038703cc63c1b78450ae0531af636ea823a69052aee531848aded688f
Contents?: true
Size: 525 Bytes
Versions: 17
Compression:
Stored size: 525 Bytes
Contents
# Run the sample ``` cd example bundle update rspec ``` # Use with pry ```ruby # start a Pry session and paste the following code # run from the example folder require 'appium_capybara' Capybara.register_driver(:appium) do |app| opts = Appium.load_appium_txt file: File.join(Dir.pwd, 'appium.txt') Appium::Capybara::Driver.new app, opts end Capybara.default_driver = :appium capy_driver = Capybara.current_session.driver capy_driver.browser # now driver commands can be invoked > capy_driver.go_back post /back ```
Version data entries
17 entries across 17 versions & 1 rubygems