public class ExtendedTypedSeleniumImpl extends TypedSeleniumImpl implements ExtendedTypedSelenium
ExtendedSelenium| Constructor and Description |
|---|
ExtendedTypedSeleniumImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
belongsClass(ElementLocator<?> elementLocator,
String className) |
void |
check(ElementLocator<?> locator,
boolean checked) |
void |
doCommand(String command,
String param1,
String param2) |
int |
getCount(IterableLocator<?> locator) |
protected ExtendedSelenium |
getExtendedSelenium() |
<R,T extends CssResolver<R>> |
getStyle(ElementLocator<?> elementLocator,
T cssResolver) |
boolean |
isAttributePresent(AttributeLocator<?> attributeLocator) |
boolean |
isStarted() |
void |
mouseOutAt(ElementLocator<?> elementLocator,
Point point) |
void |
mouseOverAt(ElementLocator<?> elementLocator,
Point point) |
void |
scrollIntoView(ElementLocator<?> elementLocator,
boolean alignToTop) |
void |
start() |
void |
stop() |
addCustomRequestHeader, addLocationStrategy, addScript, addSelection, allowNativeXpath, altKeyDown, altKeyUp, answerOnNextPrompt, assignId, attachFile, attachFile, captureEntirePageScreenshot, captureEntirePageScreenshot, captureNetworkTraffic, captureScreenshot, captureScreenshot, check, chooseCancelOnNextConfirmation, chooseOkOnNextConfirmation, click, clickAt, close, containsScript, contextMenu, contextMenuAt, controlKeyDown, controlKeyUp, createCookie, createCookie, deleteAllVisibleCookies, deleteCookie, deselectPopUp, doubleClick, doubleClickAt, dragAndDrop, dragAndDropToObject, fireEvent, focus, getAlert, getAllButtons, getAllCookies, getAllFields, getAllLinks, getAllWindowIds, getAllWindowNames, getAllWindowTitles, getAttribute, getAttribute, getAttributeFromAllWindows, getBodyText, getConfirmation, getCookieByName, getCursorPosition, getElementDimension, getElementHeight, getElementIndex, getElementPosition, getElementPositionLeft, getElementPositionTop, getElementWidth, getEval, getExpression, getHtmlSource, getLocation, getMouseSpeed, getPrompt, getSelectedId, getSelectedIds, getSelectedIndex, getSelectedIndexes, getSelectedLabel, getSelectedLabels, getSelectedValue, getSelectedValues, getSelectOptions, getSpeed, getText, getTitle, getValue, getWhetherThisFrameMatchFrameExpression, getWhetherThisWindowMatchWindowExpression, goBack, highlight, ignoreAttributesWithoutValue, isAlertPresent, isChecked, isConfirmationPresent, isCookiePresent, isEditable, isElementPresent, isOrdered, isPromptPresent, isSomethingSelected, isTextPresent, isVisible, keyDown, keyDown, keyDownNative, keyPress, keyPress, keyPressNative, keyUp, keyUp, keyUpNative, logToBrowser, metaKeyDown, metaKeyUp, mouseDown, mouseDownAt, mouseDownRight, mouseDownRightAt, mouseMove, mouseMoveAt, mouseOut, mouseOver, mouseUp, mouseUpAt, mouseUpRight, mouseUpRightAt, open, openWindow, refresh, removeAllSelections, removeScript, removeSelection, retrieveLastRemoteControlLogs, runScript, select, selectFrame, selectPopUp, selectWindow, setBrowserLogLevel, setCursorPosition, setExtensionJs, setMouseSpeed, setSpeed, setTimeout, shiftKeyDown, shiftKeyUp, shutDownSeleniumServer, submit, type, typeKeys, uncheck, useXpathLibrary, waitForCondition, waitForCondition, waitForFrameToLoad, waitForFrameToLoad, waitForPageToLoad, waitForPageToLoad, waitForPopUp, windowFocus, windowMaximizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCustomRequestHeader, addLocationStrategy, addScript, addSelection, allowNativeXpath, altKeyDown, altKeyUp, answerOnNextPrompt, assignId, captureEntirePageScreenshot, captureNetworkTraffic, captureScreenshot, check, chooseCancelOnNextConfirmation, chooseOkOnNextConfirmation, click, clickAt, close, containsScript, contextMenu, contextMenuAt, controlKeyDown, controlKeyUp, createCookie, createCookie, deleteAllVisibleCookies, deleteCookie, deselectPopUp, doubleClick, doubleClickAt, dragAndDrop, dragAndDropToObject, fireEvent, focus, getAlert, getAllCookies, getAllWindowIds, getAttribute, getAttribute, getBodyText, getConfirmation, getCookieByName, getCursorPosition, getElementDimension, getElementHeight, getElementIndex, getElementPosition, getElementPositionLeft, getElementPositionTop, getElementWidth, getEval, getHtmlSource, getLocation, getMouseSpeed, getPrompt, getSelectedId, getSelectedIds, getSelectedIndex, getSelectedIndexes, getSelectedLabel, getSelectedLabels, getSelectedValue, getSelectedValues, getSelectOptions, getSpeed, getText, getTitle, getValue, goBack, highlight, ignoreAttributesWithoutValue, isAlertPresent, isChecked, isConfirmationPresent, isCookiePresent, isEditable, isElementPresent, isOrdered, isPromptPresent, isSomethingSelected, isTextPresent, isVisible, keyDown, keyDown, keyDownNative, keyPress, keyPress, keyPressNative, keyUp, keyUp, keyUpNative, logToBrowser, metaKeyDown, metaKeyUp, mouseDown, mouseDownAt, mouseDownRight, mouseDownRightAt, mouseMove, mouseMoveAt, mouseOut, mouseOver, mouseUp, mouseUpAt, mouseUpRight, mouseUpRightAt, open, openWindow, refresh, removeAllSelections, removeScript, removeSelection, retrieveLastRemoteControlLogs, runScript, select, selectFrame, selectPopUp, selectWindow, setBrowserLogLevel, setCursorPosition, setMouseSpeed, setSpeed, setTimeout, shiftKeyDown, shiftKeyUp, shutDownSeleniumServer, submit, type, typeKeys, uncheck, useXpathLibrary, waitForCondition, waitForCondition, waitForFrameToLoad, waitForFrameToLoad, waitForPageToLoad, waitForPageToLoad, waitForPopUp, windowFocus, windowMaximizeprotected ExtendedSelenium getExtendedSelenium()
public boolean isStarted()
isStarted in interface ExtendedTypedSeleniumpublic void start()
start in interface TypedSeleniumstart in class TypedSeleniumImplpublic void stop()
stop in interface TypedSeleniumstop in class TypedSeleniumImplpublic <R,T extends CssResolver<R>> R getStyle(ElementLocator<?> elementLocator, T cssResolver)
getStyle in interface ExtendedTypedSeleniumpublic void scrollIntoView(ElementLocator<?> elementLocator, boolean alignToTop)
scrollIntoView in interface ExtendedTypedSeleniumpublic void mouseOverAt(ElementLocator<?> elementLocator, Point point)
mouseOverAt in interface ExtendedTypedSeleniumpublic void mouseOutAt(ElementLocator<?> elementLocator, Point point)
mouseOutAt in interface ExtendedTypedSeleniumpublic boolean belongsClass(ElementLocator<?> elementLocator, String className)
belongsClass in interface ExtendedTypedSeleniumpublic boolean isAttributePresent(AttributeLocator<?> attributeLocator)
isAttributePresent in interface ExtendedTypedSeleniumpublic int getCount(IterableLocator<?> locator)
getCount in interface ExtendedTypedSeleniumgetCount in interface TypedSeleniumgetCount in class TypedSeleniumImplpublic void check(ElementLocator<?> locator, boolean checked)
check in interface ExtendedTypedSeleniumpublic void doCommand(String command, String param1, String param2)
doCommand in interface ExtendedTypedSeleniumCopyright © 2013 JBoss by Red Hat. All Rights Reserved.