|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.thoughtworks.selenium.DefaultSelenium
org.anadix.utils.AnadixSelenium
public class AnadixSelenium
| Field Summary |
|---|
| Fields inherited from class com.thoughtworks.selenium.DefaultSelenium |
|---|
commandProcessor |
| Constructor Summary | |
|---|---|
AnadixSelenium(com.thoughtworks.selenium.CommandProcessor processor)
|
|
AnadixSelenium(String serverHost,
int serverPort,
String browserStartCommand,
String browserURL)
|
|
| Method Summary | |
|---|---|
void |
analyzeStoredPages()
|
void |
analyzeStoredPages(Analyzer analyzer)
|
void |
click(String locator)
|
void |
clickAt(String locator,
String coordString)
|
void |
dispose()
|
void |
dumpReports()
|
void |
dumpReports(ReportFormatter formatter)
|
MultithreadedAnalyzer |
getAnalyzer()
|
Collection<Throwable> |
getExceptions()
|
File |
getReportsDir()
|
File |
getSourcesDir()
|
Collection<Report> |
getStoredReports()
|
Collection<Source> |
getStoredSources()
|
void |
setAnalyzer(Analyzer analyzer)
|
void |
setReportsDir(File reportsDir)
|
void |
setSourcesDir(File sourcesDir)
|
void |
submit(String formLocator)
|
| Methods inherited from class com.thoughtworks.selenium.DefaultSelenium |
|---|
addCustomRequestHeader, addLocationStrategy, addScript, addSelection, allowNativeXpath, altKeyDown, altKeyUp, answerOnNextPrompt, assignId, attachFile, captureEntirePageScreenshot, captureEntirePageScreenshotToString, captureNetworkTraffic, captureScreenshot, captureScreenshotToString, check, chooseCancelOnNextConfirmation, chooseOkOnNextConfirmation, close, contextMenu, contextMenuAt, controlKeyDown, controlKeyUp, createCookie, deleteAllVisibleCookies, deleteCookie, deselectPopUp, doubleClick, doubleClickAt, dragAndDrop, dragAndDropToObject, dragdrop, fireEvent, focus, getAlert, getAllButtons, getAllFields, getAllLinks, getAllWindowIds, getAllWindowNames, getAllWindowTitles, getAttribute, getAttributeFromAllWindows, getBodyText, getConfirmation, getCookie, getCookieByName, getCssCount, getCursorPosition, getElementHeight, getElementIndex, getElementPositionLeft, getElementPositionTop, getElementWidth, getEval, getExpression, getHtmlSource, getLocation, getLog, getMouseSpeed, getPrompt, getSelectedId, getSelectedIds, getSelectedIndex, getSelectedIndexes, getSelectedLabel, getSelectedLabels, getSelectedValue, getSelectedValues, getSelectOptions, getSpeed, getTable, getText, getTitle, getValue, getWhetherThisFrameMatchFrameExpression, getWhetherThisWindowMatchWindowExpression, getXpathCount, goBack, highlight, ignoreAttributesWithoutValue, isAlertPresent, isChecked, isConfirmationPresent, isCookiePresent, isEditable, isElementPresent, isOrdered, isPromptPresent, isSomethingSelected, isTextPresent, isVisible, keyDown, keyDownNative, keyPress, keyPressNative, keyUp, keyUpNative, metaKeyDown, metaKeyUp, mouseDown, mouseDownAt, mouseDownRight, mouseDownRightAt, mouseMove, mouseMoveAt, mouseOut, mouseOver, mouseUp, mouseUpAt, mouseUpRight, mouseUpRightAt, open, open, openWindow, refresh, removeAllSelections, removeScript, removeSelection, retrieveLastRemoteControlLogs, rollup, runScript, select, selectFrame, selectPopUp, selectWindow, setBrowserLogLevel, setContext, setCursorPosition, setExtensionJs, setMouseSpeed, setSpeed, setTimeout, shiftKeyDown, shiftKeyUp, showContextualBanner, showContextualBanner, shutDownSeleniumServer, start, start, start, stop, type, typeKeys, uncheck, useXpathLibrary, waitForCondition, waitForFrameToLoad, waitForPageToLoad, waitForPopUp, windowFocus, windowMaximize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnadixSelenium(com.thoughtworks.selenium.CommandProcessor processor)
public AnadixSelenium(String serverHost,
int serverPort,
String browserStartCommand,
String browserURL)
| Method Detail |
|---|
public void click(String locator)
click in interface com.thoughtworks.selenium.Seleniumclick in class com.thoughtworks.selenium.DefaultSelenium
public void clickAt(String locator,
String coordString)
clickAt in interface com.thoughtworks.selenium.SeleniumclickAt in class com.thoughtworks.selenium.DefaultSeleniumpublic void submit(String formLocator)
submit in interface com.thoughtworks.selenium.Seleniumsubmit in class com.thoughtworks.selenium.DefaultSelenium
public void analyzeStoredPages()
throws InstantiationException
InstantiationExceptionpublic void analyzeStoredPages(Analyzer analyzer)
public Collection<Source> getStoredSources()
public Collection<Report> getStoredReports()
public Collection<Throwable> getExceptions()
public void dumpReports()
public void dumpReports(ReportFormatter formatter)
public File getSourcesDir()
public void setSourcesDir(File sourcesDir)
public File getReportsDir()
public void setReportsDir(File reportsDir)
public MultithreadedAnalyzer getAnalyzer()
public void setAnalyzer(Analyzer analyzer)
public void dispose()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||