MCPcopy
hub / github.com/django/django / import_webdriver

Method import_webdriver

django/test/selenium.py:71–72  ·  view source on GitHub ↗
(cls, browser)

Source from the content-addressed store, hash-verified

69
70 @classmethod
71 def import_webdriver(cls, browser):
72 return import_string("selenium.webdriver.%s.webdriver.WebDriver" % browser)
73
74 @classmethod
75 def import_options(cls, browser):

Callers 2

create_webdriverMethod · 0.95
__call__Method · 0.80

Calls 1

import_stringFunction · 0.90

Tested by 1

__call__Method · 0.64