public class WicketSeleniumDriver extends WicketSelenium
WAIT_TIMEOUT_IN_SECONDS| Constructor and Description |
|---|
WicketSeleniumDriver(Configuration cfg,
org.openqa.selenium.WebDriver selenium) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(String wicketPath) |
void |
click(String wicketPath) |
String |
getAttribute(String wicketPath,
String attrName) |
String |
getText(String wicketPath) |
String |
getValue(String wicketPath) |
boolean |
isElementPresent(String wicketPath) |
boolean |
isElementVisible(String wicketPath) |
void |
mouseMoveOver(String wicketPath) |
void |
sendKeys(String wicketPath,
CharSequence... keysToSend) |
void |
wait(org.openqa.selenium.support.ui.ExpectedCondition<?> condition) |
void |
waitUntilAttributeChanged(String wicketPath,
String attrName,
String changeTo) |
void |
waitUntilElementVisible(String wicketPath) |
void |
waitUntilTextChanged(String wicketPath,
String changeTo) |
clear, click, findElement, findWicketElement, getSelenium, getText, getValue, openBookmarkablePage, openBreadCrumbPanel, openComponent, openHomePage, openMountedPage, openNonBookmarkablePage, sendKeys, setPreferredLocale, setResponsePageMarker, setResponsePageMarker, subscribeAjaxDoneHandler, switchDefaultLocale, waitForMarkedPage, waitUntilAjaxDonepublic WicketSeleniumDriver(Configuration cfg, org.openqa.selenium.WebDriver selenium)
public void click(String wicketPath)
public void clear(String wicketPath)
public void sendKeys(String wicketPath, CharSequence... keysToSend)
public void wait(org.openqa.selenium.support.ui.ExpectedCondition<?> condition)
public void waitUntilElementVisible(String wicketPath)
public void waitUntilAttributeChanged(String wicketPath, String attrName, String changeTo)
public boolean isElementPresent(String wicketPath)
public boolean isElementVisible(String wicketPath)
public void mouseMoveOver(String wicketPath)
Copyright © 2009–2018. All rights reserved.