Uses of Class
org.openqa.selenium.Point
Packages that use Point
-
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 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.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)