Gets or sets a value indicating whether to always load the library for allowing Firefox
to execute commands without its window having focus.
Namespace: OpenQA.Selenium.FirefoxAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public bool AlwaysLoadNoFocusLibrary { get; set; }
public bool AlwaysLoadNoFocusLibrary { get; set; }
Public Property AlwaysLoadNoFocusLibrary As Boolean
Get
Set
Public Property AlwaysLoadNoFocusLibrary As Boolean
Get
Set
public:
property bool AlwaysLoadNoFocusLibrary {
bool get ();
void set (bool value);
}
public:
property bool AlwaysLoadNoFocusLibrary {
bool get ();
void set (bool value);
}
The
AlwaysLoadNoFocusLibrary property is only used on Linux.