Uses of Class
org.openqa.selenium.Point
-
Packages that use Point Package Description org.openqa.selenium org.openqa.selenium.interactions org.openqa.selenium.remote org.openqa.selenium.support.events -
-
Uses of Point in org.openqa.selenium
Methods in org.openqa.selenium that return Point Modifier and Type Method Description Point
WebElement. getLocation()
Where on the page is the top left-hand corner of the rendered element?Point
Rectangle. getPoint()
Point
WebDriver.Window. getPosition()
Get the position of the current window, relative to the upper left corner of the screen.Point
Point. moveBy(int xOffset, int yOffset)
Methods in org.openqa.selenium with parameters of type Point Modifier and Type Method Description void
WebDriver.Window. setPosition(Point targetPosition)
Set the position of the current window.Constructors in org.openqa.selenium with parameters of type Point Constructor Description Rectangle(Point p, Dimension d)
-
Uses of Point in org.openqa.selenium.interactions
Methods in org.openqa.selenium.interactions that return Point Modifier and Type Method Description Point
Coordinates. inViewPort()
Gets coordinates on the element relative to the top-left corner of OS-window being used to display the content.Point
Coordinates. onPage()
Gets coordinates on the element relative to the top-left corner of the page.Point
Coordinates. onScreen()
Gets coordinates on the element relative to the top-left corner of the monitor (screen).Methods in org.openqa.selenium.interactions with parameters of type Point Modifier and Type Method Description Interaction
PointerInput. createPointerMove(java.time.Duration duration, PointerInput.Origin origin, Point offset)
Interaction
PointerInput. createPointerMove(java.time.Duration duration, PointerInput.Origin origin, Point offset, PointerInput.PointerEventProperties eventProperties)
Interaction
WheelInput. createScroll(Point start, int deltaX, int deltaY, java.time.Duration duration, WheelInput.ScrollOrigin origin)
-
Uses of Point in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return Point Modifier and Type Method Description Point
RemoteWebElement. getLocation()
Point
RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow. getPosition()
Methods in org.openqa.selenium.remote with parameters of type Point Modifier and Type Method Description static CommandPayload
DriverCommand. SET_CURRENT_WINDOW_POSITION(Point targetPosition)
void
RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow. setPosition(Point targetPosition)
-
Uses of Point in org.openqa.selenium.support.events
Methods in org.openqa.selenium.support.events with parameters of type Point Modifier and Type Method Description default void
WebDriverListener. afterGetLocation(WebElement element, Point result)
default void
WebDriverListener. afterGetPosition(WebDriver.Window window, Point result)
default void
WebDriverListener. afterSetPosition(WebDriver.Window window, Point position)
default void
WebDriverListener. beforeSetPosition(WebDriver.Window window, Point position)
-