Mozilla Iris  1.0
A visual test suite for Firefox
iris.api.helpers.general.Option Class Reference

Inherits object.

Static Public Attributes

int ZOOM_IN = 0
 
int ZOOM_OUT = 1
 
int RESET = 2
 
int ZOOM_TEXT_ONLY = 3
 

Detailed Description

Class with zoom members.

Member Data Documentation

◆ RESET

int iris.api.helpers.general.Option.RESET = 2
static

◆ ZOOM_IN

int iris.api.helpers.general.Option.ZOOM_IN = 0
static

◆ ZOOM_OUT

int iris.api.helpers.general.Option.ZOOM_OUT = 1
static

◆ ZOOM_TEXT_ONLY

int iris.api.helpers.general.Option.ZOOM_TEXT_ONLY = 3
static