MCPcopy
hub / github.com/appium/python-client / verbosity

Method verbosity

appium/options/gecko/verbosity_option.py:27–31  ·  view source on GitHub ↗

The verbosity level of driver logging.

(self)

Source from the content-addressed store, hash-verified

25class VerbosityOption(SupportsCapabilities):
26 @property
27 def verbosity(self) -> Optional[str]:
28 """
29 The verbosity level of driver logging.
30 """
31 return self.get_capability(VERBOSITY)
32
33 @verbosity.setter
34 def verbosity(self, value: str) -> None:

Callers

nothing calls this directly

Calls 2

get_capabilityMethod · 0.45
set_capabilityMethod · 0.45

Tested by

no test coverage detected