PhantomJSDriverService LocalToRemoteUrlAccess Property WebDriver
Gets or sets a value indicating whether local content is allowed to access remote URL (default is no).

Namespace: OpenQA.Selenium.PhantomJS
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public bool LocalToRemoteUrlAccess { get; set; }
See Also