public class AbstractPageFragmentStub extends Object
| Constructor and Description |
|---|
AbstractPageFragmentStub() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
getLocatorRefByClassName() |
org.openqa.selenium.WebElement |
getLocatorRefByCssSelector() |
org.openqa.selenium.WebElement |
getLocatorRefById() |
org.openqa.selenium.WebElement |
getLocatorRefByLinkText() |
org.openqa.selenium.WebElement |
getLocatorRefByName() |
org.openqa.selenium.WebElement |
getLocatorRefByPartialLinkText() |
org.openqa.selenium.WebElement |
getLocatorRefByTagName() |
org.openqa.selenium.WebElement |
getLocatorRefByXPath() |
org.openqa.selenium.WebElement |
getRootProxy() |
String |
invokeMethodOnElementRefByClass() |
String |
invokeMethodOnElementRefByCSS() |
String |
invokeMethodOnElementRefById() |
String |
invokeMethodOnElementRefByLinkText() |
String |
invokeMethodOnElementRefByName() |
String |
invokeMethodOnElementRefByPartialLinkText() |
String |
invokeMethodOnElementRefByTagName() |
String |
invokeMethodOnElementRefByXpath() |
String |
invokeMethodOnRoot() |
void |
setLocatorRefByClassName(org.openqa.selenium.WebElement locatorRefByClassName) |
void |
setLocatorRefByCssSelector(org.openqa.selenium.WebElement locatorRefByCssSelector) |
void |
setLocatorRefById(org.openqa.selenium.WebElement locatorRefById) |
void |
setLocatorRefByLinkText(org.openqa.selenium.WebElement locatorRefByLinkText) |
void |
setLocatorRefByName(org.openqa.selenium.WebElement locatorRefByName) |
void |
setLocatorRefByPartialLinkText(org.openqa.selenium.WebElement locatorRefByPartialLinkText) |
void |
setLocatorRefByTagName(org.openqa.selenium.WebElement locatorRefByTagName) |
void |
setLocatorRefByXPath(org.openqa.selenium.WebElement locatorRefByXPath) |
public String invokeMethodOnRoot()
public String invokeMethodOnElementRefByClass()
public String invokeMethodOnElementRefById()
public String invokeMethodOnElementRefByCSS()
public String invokeMethodOnElementRefByName()
public String invokeMethodOnElementRefByTagName()
public String invokeMethodOnElementRefByXpath()
public String invokeMethodOnElementRefByLinkText()
public String invokeMethodOnElementRefByPartialLinkText()
public org.openqa.selenium.WebElement getRootProxy()
public org.openqa.selenium.WebElement getLocatorRefByClassName()
public void setLocatorRefByClassName(org.openqa.selenium.WebElement locatorRefByClassName)
public org.openqa.selenium.WebElement getLocatorRefByName()
public void setLocatorRefByName(org.openqa.selenium.WebElement locatorRefByName)
public org.openqa.selenium.WebElement getLocatorRefById()
public void setLocatorRefById(org.openqa.selenium.WebElement locatorRefById)
public org.openqa.selenium.WebElement getLocatorRefByTagName()
public void setLocatorRefByTagName(org.openqa.selenium.WebElement locatorRefByTagName)
public org.openqa.selenium.WebElement getLocatorRefByLinkText()
public void setLocatorRefByLinkText(org.openqa.selenium.WebElement locatorRefByLinkText)
public org.openqa.selenium.WebElement getLocatorRefByPartialLinkText()
public void setLocatorRefByPartialLinkText(org.openqa.selenium.WebElement locatorRefByPartialLinkText)
public org.openqa.selenium.WebElement getLocatorRefByXPath()
public void setLocatorRefByXPath(org.openqa.selenium.WebElement locatorRefByXPath)
public org.openqa.selenium.WebElement getLocatorRefByCssSelector()
public void setLocatorRefByCssSelector(org.openqa.selenium.WebElement locatorRefByCssSelector)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.