Table of Contents

Enum FirefoxCommandContext

Namespace
OpenQA.Selenium.Firefox
Assembly
WebDriver.dll

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.