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

Method method_name

appium/webdriver/webdriver.py:174–182  ·  view source on GitHub ↗

Expected to return a method name. This name will be available as a driver method. Returns: 'str' The method name.

(self)

Source from the content-addressed store, hash-verified

172 return self._execute(self.method_name(), param)
173
174 def method_name(self) -> str:
175 """
176 Expected to return a method name.
177 This name will be available as a driver method.
178
179 Returns:
180 'str' The method name.
181 """
182 raise NotImplementedError()
183
184 def add_command(self) -> Tuple[str, str]:
185 """

Callers 3

executeMethod · 0.95
__init__Method · 0.45
delete_extensionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected