You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,8 +126,9 @@
126
126
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)
127
127
128
128
* For single element findElement({element}, "name"):
129
-
129
+
130
130
insideOf(WebElement containerElement, String readableContainerName); // Verify that element is located inside of specified element
131
+
131
132
132
133
withLeftElement(WebElement element); // Verify that element which located left to is correct
0 commit comments