Sha256: 316461cdd58a3b4a108b1d41f071673b67915f2acf6e84750a28659293a2c77b
Contents?: true
Size: 321 Bytes
Versions: 6
Compression:
Stored size: 321 Bytes
Contents
<% if automation == 'selenium' %> def new_driver @driver = Selenium::WebDriver.for :chrome end <% else %> def new_driver appium_file = File.join(Dir.pwd, 'appium.txt') caps = Appium.load_appium_txt(file: appium_file) @driver = Appium::Driver.new(caps) end <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems