See: Description
| Annotation Type | Description |
|---|---|
| Chrome |
Using this annotation with
Test will cause the
current MethodContext to receive a
WebDriver instance of
ChromeDriver. |
| Firefox |
Using this annotation with
Test will cause the
current MethodContext to receive a
WebDriver instance of
FirefoxDriver. |
| InternetExplorer |
Using this annotation with
Test will cause the
current MethodContext to receive a
WebDriver instance of
InternetExplorerDriver. |
| PhantomJS |
Using this annotation with
Test will cause the
current MethodContext to receive a
WebDriver instance of
PhantomJSDriver. |
Copyright © 2015. All rights reserved.