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

Class FlutterOptions

appium/options/flutter_integration/base.py:28–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28class FlutterOptions(
29 AppiumOptions,
30 FlutterElementWaitTimeOutOption,
31 FlutterEnableMockCameraOption,
32 FlutterServerLaunchTimeOutOption,
33 FlutterSystemPortOption,
34):
35 @property
36 def default_capabilities(self) -> Dict:
37 return {
38 AUTOMATION_NAME: 'FlutterIntegration',
39 }

Callers 2

test_create_sessionMethod · 0.90
make_optionsFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_create_sessionMethod · 0.72