You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selenium WebDriver and Watir require the selected browser to be passed as a symbol instead of a string. Currently, Taza is passing a string when creating a new Water browser
Selenium WebDriver and Watir require the selected browser to be passed as a symbol instead of a string. Currently, Taza is passing a string when creating a new Water browser
Watir::Browser.new :firefox
Selenium::WebDriver.for :firefox
The text was updated successfully, but these errors were encountered: