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 Object
implements org.openqa.selenium.html5.LocationContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.html5.Location
location()
void
setLocation
(org.openqa.selenium.html5.Location location)
-
Constructor Details
-
RemoteLocationContext
-
-
Method Details
-
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
-