Table of Contents

Class RemoteLocationContext

Namespace
OpenQA.Selenium.Remote
Assembly
WebDriver.dll

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 RemoteWebDriver

The 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; }

Property Value

Location