|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WindowId | |
|---|---|
| org.jboss.test.selenium.framework | |
| org.jboss.test.selenium.framework.internal | |
| Uses of WindowId in org.jboss.test.selenium.framework |
|---|
| Methods in org.jboss.test.selenium.framework that return types with arguments of type WindowId | |
|---|---|
List<WindowId> |
TypedSeleniumImpl.getAllWindowIds()
|
| Methods in org.jboss.test.selenium.framework with parameters of type WindowId | |
|---|---|
void |
TypedSeleniumImpl.openWindow(URL url,
WindowId windowID)
|
void |
TypedSeleniumImpl.selectPopUp(WindowId windowID)
|
void |
TypedSeleniumImpl.selectWindow(WindowId windowID)
|
void |
TypedSeleniumImpl.waitForPopUp(WindowId windowId,
long timeoutInMilis)
|
| Uses of WindowId in org.jboss.test.selenium.framework.internal |
|---|
| Methods in org.jboss.test.selenium.framework.internal that return types with arguments of type WindowId | |
|---|---|
List<WindowId> |
UnsupportedTypedSelenium.getAllWindowIds()
Returns the IDs of all windows that the browser knows about. |
| Methods in org.jboss.test.selenium.framework.internal with parameters of type WindowId | |
|---|---|
void |
UnsupportedTypedSelenium.openWindow(URL url,
WindowId windowID)
Opens a popup window (if a window with that ID isn't already open). |
void |
UnsupportedTypedSelenium.selectPopUp(WindowId windowID)
Simplifies the process of selecting a popup window (and does not offer functionality beyond what selectWindow() already provides). |
void |
UnsupportedTypedSelenium.selectWindow(WindowId windowID)
Selects a popup window using a window locator; once a popup window has been selected, all commands go to that window. |
void |
UnsupportedTypedSelenium.waitForPopUp(WindowId windowId,
long timeoutInMilis)
Waits for a popup window to appear and load up. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||