Sha256: d1e392f36044d8709bf7f55c11868a9c31b436e32f6fc7f2443d2f680758801c
Contents?: true
Size: 219 Bytes
Versions: 3
Compression:
Stored size: 219 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
3 entries across 3 versions & 1 rubygems