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 ISeleniumFrameCheckTarget
public String getFrameNameOrId()
getFrameNameOrId
in interface ISeleniumFrameCheckTarget
public org.openqa.selenium.By getFrameSelector()
getFrameSelector
in interface ISeleniumFrameCheckTarget
public org.openqa.selenium.WebElement getFrameReference()
getFrameReference
in interface ISeleniumFrameCheckTarget
public 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 IScrollRootElementContainer
public org.openqa.selenium.By getScrollRootSelector()
getScrollRootSelector
in interface IScrollRootElementContainer
Copyright © 2021. All rights reserved.