Uses of Class
org.openqa.selenium.Point
Packages that use Point
Package
Description
- 
Uses of Point in org.openqa.seleniumMethods 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 TypeMethodDescriptionvoidWebDriver.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.interactionsMethods 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.remoteMethods 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 CommandPayloadDriverCommand.SET_CURRENT_WINDOW_POSITION(Point targetPosition) voidRemoteWebDriver.RemoteWebDriverOptions.RemoteWindow.setPosition(Point targetPosition) 
- 
Uses of Point in org.openqa.selenium.support.eventsMethods in org.openqa.selenium.support.events with parameters of type PointModifier and TypeMethodDescriptiondefault voidWebDriverListener.afterGetLocation(WebElement element, Point result) This action will be performed each time afterWebElement.getLocation()is called.default voidWebDriverListener.afterGetPosition(WebDriver.Window window, Point result) This action will be performed each time afterWebDriver.Window.getPosition()is called.default voidWebDriverListener.afterSetPosition(WebDriver.Window window, Point position) This action will be performed each time afterWebDriver.Window.setPosition(Point)is called.default voidWebDriverListener.beforeSetPosition(WebDriver.Window window, Point position) This action will be performed each time beforeWebDriver.Window.setPosition(Point)is called.