Class RemoteLocationContext
Defines the interface through which the user can manipulate browser location.
public class RemoteLocationContext : ILocationContext
- Inheritance
-
RemoteLocationContext
- Implements
- Inherited Members
Constructors
RemoteLocationContext(RemoteWebDriver)
Initializes a new instance of the RemoteLocationContext class.
public RemoteLocationContext(RemoteWebDriver driver)
Parameters
driver
RemoteWebDriverThe RemoteWebDriver for which the application cache will be managed.
Properties
PhysicalLocation
Gets or sets a value indicating the physical location of the browser.
public Location PhysicalLocation { get; set; }