MCPcopy Index your code
hub / github.com/appium/python-client / to_capabilities

Method to_capabilities

appium/options/common/base.py:123–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

121 return self.as_w3c(self.to_capabilities())
122
123 def to_capabilities(self) -> Dict:
124 return copy.copy(self._caps)
125
126 @property
127 def default_capabilities(self) -> Dict:

Callers 1

to_w3cMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected