FirefoxProfile AlwaysLoadNoFocusLibrary Property WebDriver
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.Firefox
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public bool AlwaysLoadNoFocusLibrary { get; set; }
Remarks

The AlwaysLoadNoFocusLibrary property is only used on Linux.
See Also