Skip to content

Commit 785fddf

Browse files
committed
Remove mouse field from RemoteWebElement
1 parent 0f23784 commit 785fddf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

java/client/src/org/openqa/selenium/remote/RemoteWebElement.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public class RemoteWebElement implements WebElement, FindsByLinkText, FindsById,
5656
private String foundBy;
5757
protected String id;
5858
protected RemoteWebDriver parent;
59-
protected RemoteMouse mouse;
6059
protected FileDetector fileDetector;
6160

6261
protected void setFoundBy(SearchContext foundFrom, String locator, String term) {
@@ -65,7 +64,6 @@ protected void setFoundBy(SearchContext foundFrom, String locator, String term)
6564

6665
public void setParent(RemoteWebDriver parent) {
6766
this.parent = parent;
68-
mouse = (RemoteMouse) parent.getMouse();
6967
}
7068

7169
public String getId() {

0 commit comments

Comments
 (0)