Class: Appium::Core::Device::AppState

Inherits:
Object
  • Object
show all
Defined in:
lib/appium_lib_core/device/app_state.rb

Constant Summary collapse

NOT_INSTALLED =
0
NOT_RUNNING =
1
RUNNING_IN_BACKGROUND_SUSPENDED =
2
RUNNING_IN_BACKGROUND =
3
RUNNING_IN_FOREGROUND =
4