We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf252e commit 260dd8cCopy full SHA for 260dd8c
src/main/java/org/openqa/selenium/htmlunit/options/HtmlUnitOption.java
@@ -1020,7 +1020,7 @@ public Object obtain(final WebClientOptions options) {
1020
1021
/**
1022
* Get the enumerated constant for the specified option key name.
1023
- *
+ *
1024
* @param key option key name
1025
* @return {@link HtmlUnitOption} constant for option key; {@code null} if constant not found
1026
*/
@@ -1035,7 +1035,7 @@ public static HtmlUnitOption fromCapabilityKey(final String key) {
1035
1036
1037
* Get the enumerated constant for the specified system property name.
1038
1039
* @param name system property name
1040
* @return {@link HtmlUnitOption} constant for property name; {@code null} if constant not found
1041
0 commit comments