|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.thoughtworks.selenium.DefaultSelenium org.apache.geronimo.testsupport.ExtendedSelenium
public class ExtendedSelenium
Provides custom extentions to Selenium.
Field Summary |
---|
Fields inherited from class com.thoughtworks.selenium.DefaultSelenium |
---|
commandProcessor |
Constructor Summary | |
---|---|
ExtendedSelenium(String serverHost,
int serverPort,
String browserStartCommand,
String browserURL)
|
Method Summary | |
---|---|
void |
removeCookie(String name,
String path)
Remove a cookie from the browser. |
Methods inherited from class com.thoughtworks.selenium.DefaultSelenium |
---|
addSelection, answerOnNextPrompt, check, chooseCancelOnNextConfirmation, click, close, fireEvent, getAlert, getAllButtons, getAllFields, getAllLinks, getAttribute, getBodyText, getConfirmation, getCursorPosition, getEval, getExpression, getHtmlSource, getLocation, getPrompt, getSelectedId, getSelectedIds, getSelectedIndex, getSelectedIndexes, getSelectedLabel, getSelectedLabels, getSelectedValue, getSelectedValues, getSelectOptions, getTable, getText, getTitle, getValue, goBack, isAlertPresent, isChecked, isConfirmationPresent, isEditable, isElementPresent, isPromptPresent, isSomethingSelected, isTextPresent, isVisible, keyDown, keyPress, keyUp, mouseDown, mouseOver, open, refresh, removeSelection, select, selectWindow, setContext, setCursorPosition, setTimeout, start, stop, submit, type, uncheck, waitForCondition, waitForPageToLoad, waitForPopUp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtendedSelenium(String serverHost, int serverPort, String browserStartCommand, String browserURL)
Method Detail |
---|
public void removeCookie(String name, String path)
This requires some custom hooks in user-extensions.js. When using the selenium-maven-plugin the defaults should be merged into the user-extensions.js which is loaded by the server.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |