Skip to content

Commit ff37292

Browse files
Fixed some typos (#11035)
Co-authored-by: Titus Fortner <titusfortner@users.noreply.github.com>
1 parent dc53093 commit ff37292

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

java/src/com/thoughtworks/selenium/Selenium.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ public interface Selenium {
538538
* </li>
539539
* </ul>
540540
* <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
542542
* <strong>label</strong>.
543543
* </p>
544544
*
@@ -886,7 +886,7 @@ public interface Selenium {
886886
* OK. This can be changed by prior execution of the chooseCancelOnNextConfirmation command.
887887
* </p>
888888
* <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
890890
* Selenium action will fail.
891891
* </p>
892892
* <p>
@@ -1124,7 +1124,7 @@ public interface Selenium {
11241124
/**
11251125
* Determines if the specified element is visible. An element can be rendered invisible by setting
11261126
* 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.
11281128
*
11291129
* @param locator an <a href="#locators">element locator</a>
11301130
* @return true if the specified element is visible, false otherwise
@@ -1169,7 +1169,7 @@ public interface Selenium {
11691169
* If a given field has no ID, it will appear as "" in this array.
11701170
* </p>
11711171
*
1172-
* @return the IDs of all field on the page
1172+
* @return the IDs of all fields on the page
11731173
*/
11741174
String[] getAllFields();
11751175

@@ -1705,7 +1705,7 @@ public interface Selenium {
17051705

17061706
/**
17071707
* 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.
17091709
*
17101710
* @param key the header name.
17111711
* @param value the header value.

0 commit comments

Comments
 (0)