| Package | Description |
|---|---|
| net.sf.testium.configuration | |
| net.sf.testium.executor.webdriver | |
| net.sf.testium.selenium |
| Modifier and Type | Method and Description |
|---|---|
static void |
LoadDefinitionsXmlHandler.loadElementDefinitions(File aFile,
org.testtoolinterfaces.utils.RunTimeData anRtData,
WebDriverInterface anInterface) |
| Constructor and Description |
|---|
DefineElementListXmlHandler(XMLReader anXmlReader,
org.testtoolinterfaces.utils.RunTimeData anRtData,
WebDriverInterface anInterface) |
DefineElementXmlHandler(XMLReader anXmlReader,
org.testtoolinterfaces.utils.RunTimeData anRtData,
WebDriverInterface anInterface) |
LoadDefinitionsXmlHandler(XMLReader anXmlReader,
org.testtoolinterfaces.utils.RunTimeData anRtData,
WebDriverInterface anInterface) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebInterface
Class that represents the Web-based interface of the System Under Test
It uses Selenium 2.0 (aka WebDriver) commands to address the interface via a browser.
|
| Modifier and Type | Method and Description |
|---|---|
WebDriverInterface |
SimplePageElement.getInterface() |
WebDriverInterface |
SimpleElementList.getInterface() |
| Constructor and Description |
|---|
SimpleElementList(org.openqa.selenium.By by,
WebDriverInterface iface) |
SimpleElementList(org.openqa.selenium.By by,
WebDriverInterface iface,
Collection<? extends org.openqa.selenium.WebElement> elements) |
SimpleElementList(org.openqa.selenium.By by,
WebDriverInterface iface,
Collection<? extends org.openqa.selenium.WebElement> elements,
org.openqa.selenium.WebElement baseElement) |
SimplePageElement(org.openqa.selenium.By by,
WebDriverInterface iface) |
SimplePageElement(org.openqa.selenium.By by,
WebDriverInterface iface,
org.openqa.selenium.WebElement element) |
SimplePageElement(org.openqa.selenium.By by,
WebDriverInterface iface,
org.openqa.selenium.WebElement element,
org.openqa.selenium.WebElement baseElement) |
Copyright © 2012. All Rights Reserved.