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 45cfa6d commit 1908abfCopy full SHA for 1908abf
java/client/src/org/openqa/selenium/support/pagefactory/Annotations.java
@@ -51,7 +51,7 @@ public boolean isLookupCached() {
51
* Looks for one of {@link org.openqa.selenium.support.FindBy},
52
* {@link org.openqa.selenium.support.FindBys} or
53
* {@link org.openqa.selenium.support.FindAll} field annotations. In case
54
- * no annotaions provided for field, uses field name as 'id' or 'name'.
+ * no annotations provided for field, uses field name as 'id' or 'name'.
55
* @throws IllegalArgumentException when more than one annotation on a field provided
56
*/
57
public By buildBy() {
0 commit comments