Flutter Engine
The Flutter Engine
|
Public Member Functions | |
def | __init__ (self, name, package, activity, app_launch_delay, actions) |
def | launch (self, device) |
def | kill (self) |
Public Attributes | |
name | |
package | |
activity | |
app_launch_delay | |
run_component | |
actions | |
Class which describes an app to launch and actions to run.
Definition at line 62 of file android_skp_capture.py.
def android_skp_capture.App.__init__ | ( | self, | |
name, | |||
package, | |||
activity, | |||
app_launch_delay, | |||
actions | |||
) |
Definition at line 64 of file android_skp_capture.py.
def android_skp_capture.App.kill | ( | self | ) |
Kill the app.
Definition at line 77 of file android_skp_capture.py.
def android_skp_capture.App.launch | ( | self, | |
device | |||
) |
Launch the app on the device.
Definition at line 72 of file android_skp_capture.py.
android_skp_capture.App.actions |
Definition at line 70 of file android_skp_capture.py.
android_skp_capture.App.activity |
Definition at line 67 of file android_skp_capture.py.
android_skp_capture.App.app_launch_delay |
Definition at line 68 of file android_skp_capture.py.
android_skp_capture.App.name |
Definition at line 65 of file android_skp_capture.py.
android_skp_capture.App.package |
Definition at line 66 of file android_skp_capture.py.
android_skp_capture.App.run_component |
Definition at line 69 of file android_skp_capture.py.