spriteCloud / lapis-lazuli

Cucumber helper functions and scaffolding for easier test automation suite development.
Other
7 stars 7 forks source link

Allow profiles, capabilities, preferences and other arguments to be passed into LL #66

Closed sjieg closed 7 years ago

sjieg commented 7 years ago

Currently LL is only allowing arguments when using a :remote browser.

Watir is accepting any arguments after :chrome, :firefox, etc. and will push to it selenium.

This change need to allow LL to be used the same way as Selenium: See: https://github.com/SeleniumHQ/selenium/wiki/Ruby-Bindings