Sha256: 0ad4670cb26748d2b1da250c1c115ccb9bba39a60d6dbb4fe1ed21e40fa6b1bb
Contents?: true
Size: 438 Bytes
Versions: 17
Compression:
Stored size: 438 Bytes
Contents
package com.amplify.honeydew_server.actions; import com.amplify.honeydew_server.*; import com.android.uiautomator.core.*; import java.util.Map; public class LaunchHome extends Action { public LaunchHome(UiDevice uiDevice) { super(uiDevice); } @Override public Result execute(Map<String, Object> arguments) throws UiObjectNotFoundException { getUiDevice().pressHome(); return Result.OK; } }
Version data entries
17 entries across 17 versions & 1 rubygems