Class FrameLocator
- java.lang.Object
-
- com.applitools.eyes.selenium.fluent.FrameLocator
-
- All Implemented Interfaces:
IScrollRootElementContainer,ISeleniumFrameCheckTarget
public class FrameLocator extends Object implements ISeleniumFrameCheckTarget
-
-
Constructor Summary
Constructors Constructor Description FrameLocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetFrameIndex()StringgetFrameNameOrId()org.openqa.selenium.WebElementgetFrameReference()org.openqa.selenium.BygetFrameSelector()org.openqa.selenium.WebElementgetScrollRootElement()org.openqa.selenium.BygetScrollRootSelector()voidsetFrameIndex(int frameIndex)voidsetFrameNameOrId(String frameNameOrId)voidsetFrameReference(org.openqa.selenium.WebElement frameReference)voidsetFrameSelector(org.openqa.selenium.By frameSelector)voidsetScrollRootElement(org.openqa.selenium.WebElement scrollRootElement)voidsetScrollRootSelector(org.openqa.selenium.By scrollRootSelector)
-
-
-
Method Detail
-
getFrameIndex
public Integer getFrameIndex()
- Specified by:
getFrameIndexin interfaceISeleniumFrameCheckTarget
-
getFrameNameOrId
public String getFrameNameOrId()
- Specified by:
getFrameNameOrIdin interfaceISeleniumFrameCheckTarget
-
getFrameSelector
public org.openqa.selenium.By getFrameSelector()
- Specified by:
getFrameSelectorin interfaceISeleniumFrameCheckTarget
-
getFrameReference
public org.openqa.selenium.WebElement getFrameReference()
- Specified by:
getFrameReferencein interfaceISeleniumFrameCheckTarget
-
setFrameSelector
public void setFrameSelector(org.openqa.selenium.By frameSelector)
-
setFrameNameOrId
public void setFrameNameOrId(String frameNameOrId)
-
setFrameIndex
public void setFrameIndex(int frameIndex)
-
setFrameReference
public void setFrameReference(org.openqa.selenium.WebElement frameReference)
-
setScrollRootElement
public void setScrollRootElement(org.openqa.selenium.WebElement scrollRootElement)
-
setScrollRootSelector
public void setScrollRootSelector(org.openqa.selenium.By scrollRootSelector)
-
getScrollRootElement
public org.openqa.selenium.WebElement getScrollRootElement()
- Specified by:
getScrollRootElementin interfaceIScrollRootElementContainer
-
getScrollRootSelector
public org.openqa.selenium.By getScrollRootSelector()
- Specified by:
getScrollRootSelectorin interfaceIScrollRootElementContainer
-
-