@@ -538,7 +538,7 @@ public interface Selenium {
538
538
* </li>
539
539
* </ul>
540
540
* <p>
541
- * If no option locator prefix is provided, the default behaviour is to match on
541
+ * If no option locator prefix is provided, the default behavior is to match on
542
542
* <strong>label</strong>.
543
543
* </p>
544
544
*
@@ -886,7 +886,7 @@ public interface Selenium {
886
886
* OK. This can be changed by prior execution of the chooseCancelOnNextConfirmation command.
887
887
* </p>
888
888
* <p>
889
- * If an confirmation is generated but you do not consume it with getConfirmation, the next
889
+ * If a confirmation is generated but you do not consume it with getConfirmation, the next
890
890
* Selenium action will fail.
891
891
* </p>
892
892
* <p>
@@ -1124,7 +1124,7 @@ public interface Selenium {
1124
1124
/**
1125
1125
* Determines if the specified element is visible. An element can be rendered invisible by setting
1126
1126
* the CSS "visibility" property to "hidden", or the "display" property to "none", either for the
1127
- * element itself or one if its ancestors. This method will fail if the element is not present.
1127
+ * element itself or one of its ancestors. This method will fail if the element is not present.
1128
1128
*
1129
1129
* @param locator an <a href="#locators">element locator</a>
1130
1130
* @return true if the specified element is visible, false otherwise
@@ -1169,7 +1169,7 @@ public interface Selenium {
1169
1169
* If a given field has no ID, it will appear as "" in this array.
1170
1170
* </p>
1171
1171
*
1172
- * @return the IDs of all field on the page
1172
+ * @return the IDs of all fields on the page
1173
1173
*/
1174
1174
String [] getAllFields ();
1175
1175
@@ -1705,7 +1705,7 @@ public interface Selenium {
1705
1705
1706
1706
/**
1707
1707
* Tells the Selenium server to add the specified key and value as a custom outgoing request
1708
- * header. This only works if the browser is configured to use the built in Selenium proxy.
1708
+ * header. This only works if the browser is configured to use the built- in Selenium proxy.
1709
1709
*
1710
1710
* @param key the header name.
1711
1711
* @param value the header value.
0 commit comments