Sha256: d2736cdc838843dccadc626edc26d05fad83bf9b0b9f606042d276af1905b637
Contents?: true
Size: 426 Bytes
Versions: 21
Compression:
Stored size: 426 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" s = if c.sessions.length > 0 c.sessions.last else c.session! end Pry.start
Version data entries
21 entries across 21 versions & 1 rubygems