public abstract class AbstractConfirmOrCancel extends Object implements ConfirmOrCancel
| Constructor and Description |
|---|
AbstractConfirmOrCancel() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the text which is in the input during its editing state,
thus it returns back the previous confirmed text.
|
void |
cancelByControlls()
By using the built in controls, it cancels the text which is in the
input during its editing state, thus it returns back the previous
confirmed text.
|
void |
confirm()
Confirms the text which is in the input during its editing state.
|
void |
confirmByControlls()
By using the built in controls, it confirms the text, which is in
the inplaceInput during its editing state.
|
abstract org.openqa.selenium.WebDriver |
getBrowser() |
abstract org.openqa.selenium.WebElement |
getCancelButton() |
abstract org.openqa.selenium.WebElement |
getConfirmButton() |
abstract org.openqa.selenium.WebElement |
getInput() |
abstract void |
waitAfterConfirmOrCancel() |
public void confirm()
ConfirmOrCancelconfirm in interface ConfirmOrCancelpublic void confirmByControlls()
ConfirmOrCancelconfirmByControlls in interface ConfirmOrCancelpublic void cancel()
ConfirmOrCancelcancel in interface ConfirmOrCancelpublic void cancelByControlls()
ConfirmOrCancelcancelByControlls in interface ConfirmOrCancelpublic abstract org.openqa.selenium.WebDriver getBrowser()
public abstract org.openqa.selenium.WebElement getConfirmButton()
public abstract org.openqa.selenium.WebElement getInput()
public abstract org.openqa.selenium.WebElement getCancelButton()
public abstract void waitAfterConfirmOrCancel()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.