Uses of Class
org.openqa.selenium.Point
Packages that use Point
Package
Description
-
Uses of Point in org.openqa.selenium
Methods in org.openqa.selenium that return PointModifier and TypeMethodDescriptionWebElement.getLocation()
Where on the page is the top left-hand corner of the rendered element?Rectangle.getPoint()
WebDriver.Window.getPosition()
Get the position of the current window, relative to the upper left corner of the screen.Point.moveBy
(int xOffset, int yOffset) Methods in org.openqa.selenium with parameters of type PointModifier and TypeMethodDescriptionvoid
WebDriver.Window.setPosition
(Point targetPosition) Set the position of the current window.Constructors in org.openqa.selenium with parameters of type Point -
Uses of Point in org.openqa.selenium.interactions
Methods in org.openqa.selenium.interactions that return PointModifier and TypeMethodDescriptionCoordinates.inViewPort()
Gets coordinates on the element relative to the top-left corner of OS-window being used to display the content.Coordinates.onPage()
Gets coordinates on the element relative to the top-left corner of the page.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 PointModifier and TypeMethodDescriptionPointerInput.createPointerMove
(Duration duration, PointerInput.Origin origin, Point offset) PointerInput.createPointerMove
(Duration duration, PointerInput.Origin origin, Point offset, PointerInput.PointerEventProperties eventProperties) WheelInput.createScroll
(Point start, int deltaX, int deltaY, Duration duration, WheelInput.ScrollOrigin origin) -
Uses of Point in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return PointModifier and TypeMethodDescriptionRemoteWebElement.getLocation()
RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow.getPosition()
Methods in org.openqa.selenium.remote with parameters of type PointModifier and TypeMethodDescriptionstatic 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 PointModifier and TypeMethodDescriptiondefault void
WebDriverListener.afterGetLocation
(WebElement element, Point result) This action will be performed each time afterWebElement.getLocation()
is called.default void
WebDriverListener.afterGetPosition
(WebDriver.Window window, Point result) This action will be performed each time afterWebDriver.Window.getPosition()
is called.default void
WebDriverListener.afterSetPosition
(WebDriver.Window window, Point position) This action will be performed each time afterWebDriver.Window.setPosition(Point)
is called.default void
WebDriverListener.beforeSetPosition
(WebDriver.Window window, Point position) This action will be performed each time beforeWebDriver.Window.setPosition(Point)
is called.