MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / module

Method module

py/generate.py:791–793  ·  view source on GitHub ↗

The name of the Python module for this CDP domain.

(self)

Source from the content-addressed store, hash-verified

789
790 @property
791 def module(self) -> str:
792 """The name of the Python module for this CDP domain."""
793 return snake_case(self.domain)
794
795 @classmethod
796 def from_json(cls, domain: dict):

Callers 15

logging.jsFile · 0.80
attribute.jsFile · 0.80
util.jsFile · 0.80
engine.jsFile · 0.80
useragent.jsFile · 0.80
browser.jsFile · 0.80
verifier.jsFile · 0.80
extra.jsFile · 0.80
platform.jsFile · 0.80
highentropydata.jsFile · 0.80
memoize.jsFile · 0.80

Calls 1

snake_caseFunction · 0.85

Tested by

no test coverage detected