| 26 | |
| 27 | |
| 28 | class 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 | } |
no outgoing calls