webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Attributes | List of all members
web-platform-tests.check_stability.Chrome Class Reference
Inheritance diagram for web-platform-tests.check_stability.Chrome:
web-platform-tests.check_stability.Browser

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 = "chrome"
 
string binary = "/usr/bin/google-chrome"
 

Detailed Description

Chrome-specific interface.

Includes installation, webdriver installation, and wptrunner setup methods.

Member Function Documentation

◆ install()

def web-platform-tests.check_stability.Chrome.install (   self)
Install Chrome.

◆ install_webdriver()

def web-platform-tests.check_stability.Chrome.install_webdriver (   self)
Install latest Webdriver.

◆ version()

def web-platform-tests.check_stability.Chrome.version (   self,
  root 
)
Retrieve the release version of the installed browser.

◆ wptrunner_args()

def web-platform-tests.check_stability.Chrome.wptrunner_args (   self,
  root 
)
Return Chrome-specific wpt-runner arguments.

Member Data Documentation

◆ binary

string web-platform-tests.check_stability.Chrome.binary = "/usr/bin/google-chrome"
static

◆ product

string web-platform-tests.check_stability.Chrome.product = "chrome"
static

The documentation for this class was generated from the following file: