Enum FirefoxCommandContext
Represents the valid values for the command context used for executing Firefox driver commands.
public enum FirefoxCommandContext
Fields
Chrome = 1
Commands will be sent to the chrome context, operating on the browser elements hosting the page loaded in the browser.
Content = 0
Commands will be sent to the content context, operating on the page loaded in the browser.