MCPcopy 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

testMoveByMethod · 0.95
dragMethod · 0.80
dragMethod · 0.80
tFunction · 0.80
rFunction · 0.80
rFunction · 0.80

Calls

no outgoing calls