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: common/src/java/com/thoughtworks/webdriver/WebDriver.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ public interface WebDriver {
117
117
* @return A list of all {@link WebElement}s matching the XPath, or an
118
118
* empty list if nothing matches
119
119
*/
120
-
ListselectElements(Stringxpath);
120
+
List<WebElement>selectElements(Stringxpath);
121
121
122
122
/**
123
123
* Select the first {@link WebElement} which matches the given selector. The
@@ -172,7 +172,7 @@ public interface TargetLocator {
172
172
* the second at index "1" and the third at index "2". Once the frame has been selected, all subsequent calls on the WebDriver interface are made to that frame.
0 commit comments