Gets or sets the initial URL displayed when IE is launched. If not set, the browser launches
with the internal startup page for the WebDriver server.
Namespace: OpenQA.Selenium.IEAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public string InitialBrowserUrl { get; set; }
public string InitialBrowserUrl { get; set; }
Public Property InitialBrowserUrl As String
Get
Set
Public Property InitialBrowserUrl As String
Get
Set
public:
property String^ InitialBrowserUrl {
String^ get ();
void set (String^ value);
}
By setting the
IntroduceInstabilityByIgnoringProtectedModeSettings to
and this property to a correct URL, you can launch IE in the Internet Protected Mode zone. This can be helpful
to avoid the flakiness introduced by ignoring the Protected Mode settings. Nevertheless, setting Protected Mode
zone settings to the same value in the IE configuration is the preferred method.