Package io.appium.java_client.ios
Class IOSMobileCommandHelper
- java.lang.Object
-
- io.appium.java_client.MobileCommand
-
- io.appium.java_client.ios.IOSMobileCommandHelper
-
@Deprecated public class IOSMobileCommandHelper extends MobileCommand
Deprecated.
-
-
Field Summary
-
Fields inherited from class io.appium.java_client.MobileCommand
ACTIVATE_APP, CLOSE_APP, commandRepository, COMPARE_IMAGES, CURRENT_ACTIVITY, END_TEST_COVERAGE, EXECUTE_DRIVER_SCRIPT, EXECUTE_GOOGLE_CDP_COMMAND, FINGER_PRINT, GET_ALLSESSION, GET_CLIPBOARD, GET_CONTEXT_HANDLES, GET_CURRENT_CONTEXT_HANDLE, GET_CURRENT_PACKAGE, GET_DEVICE_TIME, GET_DISPLAY_DENSITY, GET_EVENTS, GET_LOCATION, GET_NETWORK_CONNECTION, GET_PERFORMANCE_DATA, GET_SCREEN_ORIENTATION, GET_SCREEN_ROTATION, GET_SESSION, GET_SETTINGS, GET_STRINGS, GET_SUPPORTED_PERFORMANCE_DATA_TYPES, GET_SYSTEM_BARS, GSM_CALL, GSM_SIGNAL, GSM_VOICE, HIDE_KEYBOARD, INSTALL_APP, IS_APP_INSTALLED, IS_KEYBOARD_SHOWN, IS_LOCKED, LAUNCH_APP, LOCK, LOG_EVENT, LONG_PRESS_KEY_CODE, NETWORK_SPEED, OPEN_NOTIFICATIONS, PERFORM_MULTI_TOUCH, PERFORM_TOUCH_ACTION, POWER_AC_STATE, POWER_CAPACITY, PRESS_KEY_CODE, PULL_FILE, PULL_FOLDER, PUSH_FILE, QUERY_APP_STATE, REMOVE_APP, REPLACE_VALUE, RESET, RUN_APP_IN_BACKGROUND, SEND_SMS, SET_CLIPBOARD, SET_LOCATION, SET_NETWORK_CONNECTION, SET_SCREEN_ORIENTATION, SET_SCREEN_ROTATION, SET_SETTINGS, SET_VALUE, SHAKE, START_ACTIVITY, START_RECORDING_SCREEN, STOP_RECORDING_SCREEN, SWITCH_TO_CONTEXT, TERMINATE_APP, TOGGLE_AIRPLANE_MODE, TOGGLE_DATA, TOGGLE_LOCATION_SERVICES, TOGGLE_WIFI, TOUCH_ID, TOUCH_ID_ENROLLMENT, UNLOCK
-
-
Constructor Summary
Constructors Constructor Description IOSMobileCommandHelper()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.util.Map.Entry<java.lang.String,java.util.Map<java.lang.String,?>>
shakeCommand()
Deprecated.this helper is deprecated and will be removed in future versions.static java.util.Map.Entry<java.lang.String,java.util.Map<java.lang.String,?>>
toggleTouchIdEnrollmentCommand(boolean enabled)
Deprecated.this helper is deprecated and will be removed in future versions.static java.util.Map.Entry<java.lang.String,java.util.Map<java.lang.String,?>>
touchIdCommand(boolean match)
Deprecated.this helper is deprecated and will be removed in future versions.-
Methods inherited from class io.appium.java_client.MobileCommand
compareImagesCommand, deleteC, getC, getIsDeviceLockedCommand, getSettingsCommand, hideKeyboardCommand, hideKeyboardCommand, isKeyboardShownCommand, lockDeviceCommand, longPressKeyCodeCommand, longPressKeyCodeCommand, postC, prepareArguments, prepareArguments, pressKeyCodeCommand, pressKeyCodeCommand, pushFileCommand, setSettingsCommand, setSettingsCommand, startRecordingScreenCommand, stopRecordingScreenCommand, unlockDeviceCommand
-
-
-
-
Method Detail
-
shakeCommand
@Deprecated public static java.util.Map.Entry<java.lang.String,java.util.Map<java.lang.String,?>> shakeCommand()
Deprecated.this helper is deprecated and will be removed in future versions.This method forms aMap
of parameters for the device shaking.- Returns:
- a key-value pair. The key is the command name. The value is a
Map
command arguments.
-
touchIdCommand
@Deprecated public static java.util.Map.Entry<java.lang.String,java.util.Map<java.lang.String,?>> touchIdCommand(boolean match)
Deprecated.this helper is deprecated and will be removed in future versions.This method forms aMap
of parameters for the touchId simulator.- Parameters:
match
- If true, simulates a successful fingerprint scan. If false, simulates a failed fingerprint scan.- Returns:
- a key-value pair. The key is the command name. The value is a
Map
command arguments.
-
toggleTouchIdEnrollmentCommand
@Deprecated public static java.util.Map.Entry<java.lang.String,java.util.Map<java.lang.String,?>> toggleTouchIdEnrollmentCommand(boolean enabled)
Deprecated.this helper is deprecated and will be removed in future versions.This method forms aMap
of parameters for the toggling touchId enrollment in simulator.- Parameters:
enabled
- Whether to enable or disable Touch ID Enrollment for Simulator.- Returns:
- a key-value pair. The key is the command name. The value is a
Map
command arguments.
-
-