Class FirefoxDomExecutor

implements

{webdriver.CommandExecutor}

Index

Constructor methods

Methods

Constructor methods

constructor(): FirefoxDomExecutor

constructor

Returns

FirefoxDomExecutor

Methods

public execute(command: Command, callback: (error: Error, responseObject: any) => any)

override

Parameters

  • command: Command
  • callback: (error: Error, responseObject: any) => any

public static isAvailable(): boolean

Returns

boolean

Whether the current environment supports the FirefoxDomExecutor.