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
@Deprecated
public class RemoteLocationContext
extends Object
implements org.openqa.selenium.html5.LocationContext
Deprecated.
This functionality is no longer supported
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.html5.Location
location()
Deprecated.void
setLocation
(org.openqa.selenium.html5.Location location) Deprecated.
-
Constructor Details
-
RemoteLocationContext
Deprecated.
-
-
Method Details
-
location
public org.openqa.selenium.html5.Location location()Deprecated.- Specified by:
location
in interfaceorg.openqa.selenium.html5.LocationContext
-
setLocation
public void setLocation(org.openqa.selenium.html5.Location location) Deprecated.- Specified by:
setLocation
in interfaceorg.openqa.selenium.html5.LocationContext
-