webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
def | install (self) |
def | install_webdriver (self) |
def | version (self, root) |
def | wptrunner_args (self, root) |
Public Member Functions inherited from web-platform-tests.check_stability.Browser | |
def | install (self) |
def | install_webdriver (self) |
def | version (self) |
def | wptrunner_args (self) |
Static Public Attributes | |
string | product = "firefox" |
string | binary = "%s/firefox/firefox" |
string | platform_ini = "%s/firefox/platform.ini" |
Firefox-specific interface. Includes installation, webdriver installation, and wptrunner setup methods.
def web-platform-tests.check_stability.Firefox.install | ( | self | ) |
Install Firefox.
def web-platform-tests.check_stability.Firefox.install_webdriver | ( | self | ) |
Install latest Geckodriver.
def web-platform-tests.check_stability.Firefox.version | ( | self, | |
root | |||
) |
Retrieve the release version of the installed browser.
def web-platform-tests.check_stability.Firefox.wptrunner_args | ( | self, | |
root | |||
) |
Return Firefox-specific wpt-runner arguments.
|
static |
|
static |
|
static |