| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.framework | |
| org.jboss.arquillian.ajocado.geometry |
| Modifier and Type | Method and Description |
|---|---|
Point |
TypedSelenium.getElementPosition(ElementLocator<?> locator)
Retrieves the position of an element
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
Point |
Point.add(Point point)
Adds the given point from this point
|
Point |
Point.substract(Point point)
Subtracts the given point from this point
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.