Skip to content

Commit 9531131

Browse files
author
aquality-automation
authored
Update README.md
1 parent ec0407e commit 9531131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ browser.goTo("https://wikipedia.org");
3131
browser.waitForPageToLoad()
3232
```
3333

34-
4. Add elements you want to interact within the current form as private final fields. Use ElementFactory class's methods to get an instance of each element.
34+
4. Use ElementFactory class's methods to get an instance of each element.
3535
```java
3636
ITextBox txbEmail = new ElementFactory().getTextBox(By.id("email_create"), "Email");
3737
```

0 commit comments

Comments
 (0)