Class RemoteWebDriver.RemoteTargetLocator

  • All Implemented Interfaces:
    org.openqa.selenium.WebDriver.TargetLocator
    Enclosing class:
    RemoteWebDriver

    protected class RemoteWebDriver.RemoteTargetLocator
    extends java.lang.Object
    implements org.openqa.selenium.WebDriver.TargetLocator
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RemoteTargetLocator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.WebElement activeElement()  
      org.openqa.selenium.Alert alert()  
      org.openqa.selenium.WebDriver defaultContent()  
      org.openqa.selenium.WebDriver frame​(int frameIndex)  
      org.openqa.selenium.WebDriver frame​(java.lang.String frameName)  
      org.openqa.selenium.WebDriver frame​(org.openqa.selenium.WebElement frameElement)  
      org.openqa.selenium.WebDriver newWindow​(org.openqa.selenium.WindowType typeHint)  
      org.openqa.selenium.WebDriver parentFrame()  
      org.openqa.selenium.WebDriver window​(java.lang.String windowHandleOrName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoteTargetLocator

        protected RemoteTargetLocator()
    • Method Detail

      • frame

        public org.openqa.selenium.WebDriver frame​(int frameIndex)
        Specified by:
        frame in interface org.openqa.selenium.WebDriver.TargetLocator
      • frame

        public org.openqa.selenium.WebDriver frame​(java.lang.String frameName)
        Specified by:
        frame in interface org.openqa.selenium.WebDriver.TargetLocator
      • frame

        public org.openqa.selenium.WebDriver frame​(org.openqa.selenium.WebElement frameElement)
        Specified by:
        frame in interface org.openqa.selenium.WebDriver.TargetLocator
      • parentFrame

        public org.openqa.selenium.WebDriver parentFrame()
        Specified by:
        parentFrame in interface org.openqa.selenium.WebDriver.TargetLocator
      • window

        public org.openqa.selenium.WebDriver window​(java.lang.String windowHandleOrName)
        Specified by:
        window in interface org.openqa.selenium.WebDriver.TargetLocator
      • newWindow

        public org.openqa.selenium.WebDriver newWindow​(org.openqa.selenium.WindowType typeHint)
        Specified by:
        newWindow in interface org.openqa.selenium.WebDriver.TargetLocator
      • defaultContent

        public org.openqa.selenium.WebDriver defaultContent()
        Specified by:
        defaultContent in interface org.openqa.selenium.WebDriver.TargetLocator
      • activeElement

        public org.openqa.selenium.WebElement activeElement()
        Specified by:
        activeElement in interface org.openqa.selenium.WebDriver.TargetLocator
      • alert

        public org.openqa.selenium.Alert alert()
        Specified by:
        alert in interface org.openqa.selenium.WebDriver.TargetLocator