WebBrowser
subtrait that defines an implicit WebDriver
for Chrome (an org.openqa.selenium.chrome.ChromeDriver
).
Trait declaring a webDriver
field that enables tests to be abstracted across different kinds of WebDriver
s.
WebBrowser
subtrait that defines an implicit WebDriver
for Firefox (an org.openqa.selenium.firefox.FirefoxDriver
).
WebBrowser
subtrait that defines an implicit WebDriver
for HTMLUnit (an org.openqa.selenium.htmlunit.HtmlUnitDriver
), with JavaScript
enabled by default.
WebBrowser
subtrait that defines an implicit WebDriver
for Internet Explorer (an org.openqa.selenium.ie.InternetExplorerDriver
).
WebBrowser
subtrait that defines an implicit WebDriver
for Safari (an org.openqa.selenium.safari.SafariDriver
).
Trait that provides a domain specific language (DSL) for writing browser-based tests using Selenium.
Companion object that facilitates the importing of Chrome
members as
an alternative to mixing it in.
Companion object that facilitates the importing of Firefox
members as
an alternative to mixing it in.
Companion object that facilitates the importing of HtmlUnit
members as
an alternative to mixing it in.
Companion object that facilitates the importing of InternetExplorer
members as
an alternative to mixing it in.
Companion object that facilitates the importing of Safari
members as
an alternative to mixing it in.
Companion object that facilitates the importing of WebBrowser
members as
an alternative to mixing it in.