Initializes a new instance of the FirefoxWindow class.
Initializes a new instance of the FirefoxWindow class.
[Visual Basic] Protected Sub New()
[C#] protected FirefoxWindow();
[C++] protected: FirefoxWindow();
[JScript] protected function FirefoxWindow();
[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal WindowFactory,ByVal InitializeOption,ByVal WindowSession)
[C#] public FirefoxWindow(AutomationElement,WindowFactory,InitializeOption,WindowSession);
[C++] public: FirefoxWindow(AutomationElement*,WindowFactory*,InitializeOption*,WindowSession*);
[JScript] public function FirefoxWindow(AutomationElement,WindowFactory,InitializeOption,WindowSession);