public interface Browser
extends java.lang.AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isReady() |
void |
sendMouseClickEvent(int x,
int y,
boolean mouseUp,
int clickCount) |
void |
sendMouseMoveEvent(int x,
int y,
boolean mouseLeave) |
void |
sendMouseWheelEvent(int x,
int y,
int deltaX,
int deltaY) |
void |
wasResized() |
boolean isReady()
void close()
close in interface java.lang.AutoCloseablevoid wasResized()
void sendMouseMoveEvent(int x,
int y,
boolean mouseLeave)
void sendMouseWheelEvent(int x,
int y,
int deltaX,
int deltaY)
void sendMouseClickEvent(int x,
int y,
boolean mouseUp,
int clickCount)