class

Mint::TestRunner::Browser

Inherits Mint::Errorable < Reference < Object

Constants

BROWSER_PATHS = { firefox: ["/Applications/Firefox.app/Contents/MacOS/firefox-bin", "firefox-bin", "firefox"], chrome: ["/Applications/Google Chrome.app/Contents/MacOS/Google Chrome", "chromium-browser", "google-chrome", "chromium"], }

The available browsers which we can connect to.

Constructors

new(browser : String, show_browser_output : Bool)
Source

Instance methods

cleanup
Source
open(path)
Source
resolve
Source
start(url, profile_directory)
Source
stop
Source