Sha256: adf74870aea81b92d40850f9eb364d7bd4a2192d433a5bed24e3ca0c36146027
Contents?: true
Size: 356 Bytes
Versions: 3
Compression:
Stored size: 356 Bytes
Contents
#!/usr/bin/env ruby require "bundler/setup" require "webdriver" # You can add fixtures and/or initialization code here to make experimenting # with your gem easier. You can also use a different console, if you like. # (If you use this, don't forget to add pry to your Gemfile!) require "pry" c = Webdriver::Client.new "http://localhost:9515" Pry.start
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
webdriver-0.2.0 | bin/console |
webdriver-0.1.2 | bin/console |
webdriver-0.1.1 | bin/console |