public class FrameLocator extends Object implements ISeleniumFrameCheckTarget
| Constructor and Description |
|---|
FrameLocator() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFrameIndex() |
String |
getFrameNameOrId() |
org.openqa.selenium.WebElement |
getFrameReference() |
org.openqa.selenium.By |
getFrameSelector() |
org.openqa.selenium.WebElement |
getScrollRootElement() |
org.openqa.selenium.By |
getScrollRootSelector() |
void |
setFrameIndex(int frameIndex) |
void |
setFrameNameOrId(String frameNameOrId) |
void |
setFrameReference(org.openqa.selenium.WebElement frameReference) |
void |
setFrameSelector(org.openqa.selenium.By frameSelector) |
void |
setScrollRootElement(org.openqa.selenium.WebElement scrollRootElement) |
void |
setScrollRootSelector(org.openqa.selenium.By scrollRootSelector) |
public Integer getFrameIndex()
getFrameIndex in interface ISeleniumFrameCheckTargetpublic String getFrameNameOrId()
getFrameNameOrId in interface ISeleniumFrameCheckTargetpublic org.openqa.selenium.By getFrameSelector()
getFrameSelector in interface ISeleniumFrameCheckTargetpublic org.openqa.selenium.WebElement getFrameReference()
getFrameReference in interface ISeleniumFrameCheckTargetpublic void setFrameSelector(org.openqa.selenium.By frameSelector)
public void setFrameNameOrId(String frameNameOrId)
public void setFrameIndex(int frameIndex)
public void setFrameReference(org.openqa.selenium.WebElement frameReference)
public void setScrollRootElement(org.openqa.selenium.WebElement scrollRootElement)
public void setScrollRootSelector(org.openqa.selenium.By scrollRootSelector)
public org.openqa.selenium.WebElement getScrollRootElement()
getScrollRootElement in interface IScrollRootElementContainerpublic org.openqa.selenium.By getScrollRootSelector()
getScrollRootSelector in interface IScrollRootElementContainerCopyright © 2019. All rights reserved.