MCPcopy
hub / github.com/budtmo/docker-android / start_appium

Function start_appium

cli/src/app.py:61–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59
60
61def start_appium() -> None:
62 if convert_str_to_bool(os.getenv(ENV.APPIUM)):
63 cmd = f"/usr/local/bin/appium"
64 app_appium = Application("Appium", cmd,
65 os.getenv(ENV.APPIUM_ADDITIONAL_ARGS, ""), False)
66 app_appium.start()
67 else:
68 logger.info("env APPIUM cannot be found, Appium is not started!")
69
70
71def start_device() -> None:

Callers 1

startFunction · 0.85

Calls 3

startMethod · 0.95
convert_str_to_boolFunction · 0.90
ApplicationClass · 0.90

Tested by

no test coverage detected