|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Point | |
|---|---|
| org.jboss.test.selenium.framework | |
| org.jboss.test.selenium.geometry | |
| Uses of Point in org.jboss.test.selenium.framework |
|---|
| Methods in org.jboss.test.selenium.framework that return Point | |
|---|---|
Point |
TypedSeleniumImpl.getElementPosition(ElementLocator<?> elementLocator)
|
Point |
TypedSelenium.getElementPosition(ElementLocator<?> locator)
Retrieves the position of an element |
| Methods in org.jboss.test.selenium.framework with parameters of type Point | |
|---|---|
void |
TypedSeleniumImpl.clickAt(ElementLocator<?> elementLocator,
Point point)
|
void |
TypedSelenium.clickAt(ElementLocator<?> locator,
Point coords)
Clicks on a link, button, checkbox or radio button. |
void |
TypedSeleniumImpl.contextMenuAt(ElementLocator<?> elementLocator,
Point point)
|
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 |
TypedSeleniumImpl.doubleClickAt(ElementLocator<?> elementLocator,
Point point)
|
void |
TypedSelenium.doubleClickAt(ElementLocator<?> locator,
Point coords)
Doubleclicks on a link, button, checkbox or radio button. |
void |
TypedSeleniumImpl.mouseDownAt(ElementLocator<?> elementLocator,
Point point)
|
void |
TypedSelenium.mouseDownAt(ElementLocator<?> locator,
Point coords)
Simulates a user pressing the left mouse button (without releasing it yet) at the specified location. |
void |
TypedSeleniumImpl.mouseDownRightAt(ElementLocator<?> elementLocator,
Point point)
|
void |
TypedSelenium.mouseDownRightAt(ElementLocator<?> locator,
Point coords)
Simulates a user pressing the right mouse button (without releasing it yet) at the specified location. |
void |
TypedSeleniumImpl.mouseMoveAt(ElementLocator<?> elementLocator,
Point point)
|
void |
TypedSelenium.mouseMoveAt(ElementLocator<?> locator,
Point coords)
Simulates a user pressing the mouse button (without releasing it yet) on the specified element. |
void |
ExtendedTypedSeleniumImpl.mouseOutAt(ElementLocator<?> elementLocator,
Point point)
|
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 |
ExtendedTypedSeleniumImpl.mouseOverAt(ElementLocator<?> elementLocator,
Point point)
|
void |
ExtendedTypedSelenium.mouseOverAt(ElementLocator<?> elementLocator,
Point point)
Simulates a user hovering a mouse over the specified element at specific coordinates relative to element. |
void |
TypedSeleniumImpl.mouseUpAt(ElementLocator<?> elementLocator,
Point point)
|
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 |
TypedSeleniumImpl.mouseUpRightAt(ElementLocator<?> elementLocator,
Point point)
|
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.test.selenium.geometry |
|---|
| Methods in org.jboss.test.selenium.geometry that return Point | |
|---|---|
Point |
Point.minus(Point point)
|
Point |
Point.plus(Point point)
|
| Methods in org.jboss.test.selenium.geometry with parameters of type Point | |
|---|---|
Point |
Point.minus(Point point)
|
Point |
Point.plus(Point point)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||