Skip to content

Commit 212ec38

Browse files
committed
fixing javadoc
1 parent 3148f77 commit 212ec38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/io/nsingla/selenium/actions/PageActions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public void clickOnPartialLink(String text) {
5454

5555
/**
5656
* Used to interact with a web element by "Clicking On It" using
57-
* findElement(By), WebDriverWait & elementToBeClickable.
57+
* findElement(By), WebDriverWait and elementToBeClickable.
5858
*
5959
* @param byType name of the variable used to store the locator path of the web
6060
* element interacting with
@@ -247,7 +247,7 @@ public void typeText(By by, String text) {
247247

248248
/**
249249
* Used to interact with a web element by "Sending Text To It" using
250-
* findElement(By), WebDriverWait & elementSendKeys, and calls the "clear"
250+
* findElement(By), WebDriverWait and elementSendKeys, and calls the "clear"
251251
* method before typing.
252252
*
253253
* @param byType is the name of the variable used to store the locator path of

src/main/java/io/nsingla/selenium/actions/WaitActions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public void waitForPageToLoad() {
290290
}
291291

292292
/**
293-
* Used to switch between frames using frameToBeAvailableAndSwitchToIt &
293+
* Used to switch between frames using frameToBeAvailableAndSwitchToIt and
294294
* WebDriverWait.
295295
*
296296
* @param frame name of the frame to switch to

0 commit comments

Comments
 (0)