| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.framework | |
| org.jboss.arquillian.ajocado.locator.window |
| Modifier and Type | Method and Description |
|---|---|
void |
TypedSelenium.selectPopUp(WindowLocator<?> windowLocator)
Simplifies the process of selecting a popup window (and does not offer functionality beyond what
selectWindow() already provides). |
void |
TypedSelenium.selectWindow(WindowLocator<?> windowLocator)
Selects a popup window using a window locator; once a popup window has been selected, all commands go to that
window.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWindowLocator<T extends WindowLocator<T>>
Abstract implementation of option locator.
|
interface |
WindowLocator<T extends WindowLocator<T>>
Locator for locating select options on page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWindowLocator<T extends WindowLocator<T>>
Abstract implementation of option locator.
|
class |
WindowNameLocator
The locator for referencing window by name
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.