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

Method execute

appium/webdriver/webdriver.py:168–172  ·  view source on GitHub ↗
(self, parameters: Union[Dict[str, Any], None] = None)

Source from the content-addressed store, hash-verified

166 self._execute = execute
167
168 def execute(self, parameters: Union[Dict[str, Any], None] = None) -> Any:
169 param = {}
170 if parameters:
171 param = parameters
172 return self._execute(self.method_name(), param)
173
174 def method_name(self) -> str:
175 """

Callers 15

start_sessionMethod · 0.45
get_statusMethod · 0.45
orientationMethod · 0.45
contextMethod · 0.45
contextsMethod · 0.45
current_contextMethod · 0.45
lockMethod · 0.45
unlockMethod · 0.45
is_lockedMethod · 0.45
shakeMethod · 0.45
finger_printMethod · 0.45
hide_keyboardMethod · 0.45

Calls 1

method_nameMethod · 0.95

Tested by 2

test_commandMethod · 0.36
test_bidi_logFunction · 0.36