Skip to content

Commit 8ef6b0c

Browse files
committed
[1.4.2-documentation] - added java docs
1 parent a7197a5 commit 8ef6b0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,9 @@
126126
findElements(List<WebElement> elements); // Main method to specify the list of elements that we want to validate (can be called only findElement() OR findElements() for single validation)
127127

128128
* For single element findElement({element}, "name"):
129-
129+
130130
insideOf(WebElement containerElement, String readableContainerName); // Verify that element is located inside of specified element
131+
131132

132133
withLeftElement(WebElement element); // Verify that element which located left to is correct
133134

0 commit comments

Comments
 (0)