Sha256: 368f958aaaf5b9ffd9230eaa77eade748761d33a0e5e04d90b23bdbeefa19d36
Contents?: true
Size: 214 Bytes
Versions: 69
Compression:
Stored size: 214 Bytes
Contents
<% if %w[selenium watir].include? automation %> def visit(*page) <% if automation == 'selenium' %>@driver.navigate.to full_url(page.first) <% else %>@browser.goto full_url(page.first)<% end %> end <% end %>
Version data entries
69 entries across 69 versions & 1 rubygems