|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Point | |
|---|---|
| org.jboss.arquillian.ajocado.framework | |
| org.jboss.arquillian.ajocado.geometry | |
| Uses of Point in org.jboss.arquillian.ajocado.framework |
|---|
| Methods in org.jboss.arquillian.ajocado.framework that return Point | |
|---|---|
Point |
TypedSelenium.getElementPosition(ElementLocator<?> locator)
Retrieves the position of an element |
| Methods in org.jboss.arquillian.ajocado.framework with parameters of type Point | |
|---|---|
void |
TypedSelenium.clickAt(ElementLocator<?> locator,
Point coords)
Clicks on a link, button, checkbox or radio button. |
void |
TypedSelenium.contextMenuAt(ElementLocator<?> locator,
Point coords)
Simulates opening the context menu for the specified element (as might happen if the user "right-clicked" on the element). |
void |
TypedSelenium.doubleClickAt(ElementLocator<?> locator,
Point coords)
Doubleclicks on a link, button, checkbox or radio button. |
void |
TypedSelenium.mouseDownAt(ElementLocator<?> locator,
Point coords)
Simulates a user pressing the left mouse button (without releasing it yet) at the specified location. |
void |
TypedSelenium.mouseDownRightAt(ElementLocator<?> locator,
Point coords)
Simulates a user pressing the right mouse button (without releasing it yet) at the specified location. |
void |
TypedSelenium.mouseMoveAt(ElementLocator<?> locator,
Point coords)
Simulates a user pressing the mouse button (without releasing it yet) on the specified element. |
void |
ExtendedTypedSelenium.mouseOutAt(ElementLocator<?> elementLocator,
Point point)
Simulates a user hovering a mouse out of the specified element at specific coordinates relative to element. |
void |
ExtendedTypedSelenium.mouseOverAt(ElementLocator<?> elementLocator,
Point point)
Simulates a user hovering a mouse over the specified element at specific coordinates relative to element. |
void |
TypedSelenium.mouseUpAt(ElementLocator<?> locator,
Point coords)
Simulates the event that occurs when the user releases the mouse button (i.e., stops holding the button down) at the specified location. |
void |
TypedSelenium.mouseUpRightAt(ElementLocator<?> locator,
Point coords)
Simulates the event that occurs when the user releases the right mouse button (i.e., stops holding the button down) at the specified location. |
| Uses of Point in org.jboss.arquillian.ajocado.geometry |
|---|
| Methods in org.jboss.arquillian.ajocado.geometry that return Point | |
|---|---|
Point |
Point.add(Offset offset)
Adds the given offset from this point |
Point |
Point.add(Point point)
Adds the given point from this point |
Point |
Point.substract(Offset offset)
Subtracts the given offset from this point |
Point |
Point.substract(Point point)
Subtracts the given point from this point |
| Methods in org.jboss.arquillian.ajocado.geometry with parameters of type Point | |
|---|---|
Point |
Point.add(Point point)
Adds the given point from this point |
Point |
Point.substract(Point point)
Subtracts the given point from this point |
|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||