Class RemoteLocationContext

  • All Implemented Interfaces:
    org.openqa.selenium.html5.LocationContext

    public class RemoteLocationContext
    extends java.lang.Object
    implements org.openqa.selenium.html5.LocationContext
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.html5.Location location()  
      void setLocation​(org.openqa.selenium.html5.Location location)  
      • Methods inherited from class java.lang.Object

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

      • RemoteLocationContext

        public RemoteLocationContext​(ExecuteMethod executeMethod)
    • Method Detail

      • location

        public org.openqa.selenium.html5.Location location()
        Specified by:
        location in interface org.openqa.selenium.html5.LocationContext
      • setLocation

        public void setLocation​(org.openqa.selenium.html5.Location location)
        Specified by:
        setLocation in interface org.openqa.selenium.html5.LocationContext