Package org.openqa.selenium.remote.html5
Class RemoteLocationContext
- java.lang.Object
-
- org.openqa.selenium.remote.html5.RemoteLocationContext
-
- All Implemented Interfaces:
org.openqa.selenium.html5.LocationContext
public class RemoteLocationContext extends java.lang.Object implements org.openqa.selenium.html5.LocationContext
-
-
Constructor Summary
Constructors Constructor Description RemoteLocationContext(ExecuteMethod executeMethod)
-
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)
-
-
-
Constructor Detail
-
RemoteLocationContext
public RemoteLocationContext(ExecuteMethod executeMethod)
-
-
Method Detail
-
location
public org.openqa.selenium.html5.Location location()
- Specified by:
location
in interfaceorg.openqa.selenium.html5.LocationContext
-
setLocation
public void setLocation(org.openqa.selenium.html5.Location location)
- Specified by:
setLocation
in interfaceorg.openqa.selenium.html5.LocationContext
-
-