class documentation

class SeleniumTestCaseBase(type(LiveServerTestCase)): (source)

View In Hierarchy

Undocumented

Class Method get_capability Undocumented
Class Method import_options Undocumented
Class Method import_webdriver Undocumented
Method __new__ Dynamically create new classes and add them to the test module when multiple browsers specs are provided (e.g. --selenium=firefox,chrome).
Method create_options Undocumented
Method create_webdriver Undocumented
Class Variable browser Undocumented
Class Variable browsers Undocumented
Class Variable external_host Undocumented
Class Variable headless Undocumented
Class Variable selenium_hub Undocumented
@classmethod
def get_capability(cls, browser): (source)

Undocumented

@classmethod
def import_options(cls, browser): (source)

Undocumented

@classmethod
def import_webdriver(cls, browser): (source)

Undocumented

def __new__(cls, name, bases, attrs): (source)

Dynamically create new classes and add them to the test module when multiple browsers specs are provided (e.g. --selenium=firefox,chrome).

def create_options(self): (source)

Undocumented

def create_webdriver(self): (source)

Undocumented

Undocumented

browsers: list = (source)

Undocumented

external_host = (source)

Undocumented

headless: bool = (source)

Undocumented

selenium_hub = (source)

Undocumented