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
* See the webDriverCapabilities property for configuring driver specific properties.
55
55
*
56
56
* @since 1.1.0
@@ -60,9 +60,9 @@ public class TestMojo extends AbstractJasmineMojo {
60
60
61
61
/**
62
62
* <p>Web driver capabilities used to initialize a DesiredCapabilities instance when creating a web driver.</p>
63
-
* <p/>
63
+
* <br>
64
64
* <p>Capabilities value can be either a String, a List, or a Map.</p>
65
-
* <p/>
65
+
* <br>
66
66
* <p>Example:</p>
67
67
* <pre>
68
68
* <webDriverCapabilities>
@@ -94,7 +94,7 @@ public class TestMojo extends AbstractJasmineMojo {
94
94
/**
95
95
* <p>Determines the browser and version profile that HtmlUnit will simulate. This setting does nothing if the plugin is configured not to use HtmlUnit.
96
96
* This maps 1-to-1 with the public static instances found in {@link com.gargoylesoftware.htmlunit.BrowserVersion}.</p>
0 commit comments