Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ moveBy
Method
moveBy
java/src/org/openqa/selenium/Point.java:41–43 ·
view source on GitHub ↗
(int xOffset, int yOffset)
Source
from the content-addressed store, hash-verified
39
}
40
41
public
Point moveBy(
int
xOffset,
int
yOffset) {
42
return
new
Point(x + xOffset, y + yOffset);
43
}
44
45
@Override
46
public
boolean equals(@Nullable Object o) {
Callers
9
testMoveBy
Method · 0.95
testDragAndDropElementWithOffsetInIframeAtBottom
Method · 0.95
testDragAndDropElementWithOffsetInScrolledDiv
Method · 0.95
testDragAndDropElementWithOffsetInIframeAtBottom
Method · 0.95
drag
Method · 0.80
drag
Method · 0.80
t
Function · 0.80
r
Function · 0.80
r
Function · 0.80
Calls
no outgoing calls
Tested by
6
testMoveBy
Method · 0.76
testDragAndDropElementWithOffsetInIframeAtBottom
Method · 0.76
testDragAndDropElementWithOffsetInScrolledDiv
Method · 0.76
testDragAndDropElementWithOffsetInIframeAtBottom
Method · 0.76
drag
Method · 0.64
drag
Method · 0.64