class documentation

class SeleniumTestCaseBase(type(LiveServerTestCase)):

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):

Undocumented

@classmethod
def import_options(cls, browser):

Undocumented

@classmethod
def import_webdriver(cls, browser):

Undocumented

def __new__(cls, name, bases, attrs):
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):

Undocumented

def create_webdriver(self):

Undocumented

browser =

Undocumented

browsers: list =

Undocumented

external_host =

Undocumented

headless: bool =

Undocumented

selenium_hub =

Undocumented