mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 11:58:55 +00:00
Add pressHome() method in the Base class
This function Presses Home button on the Android User Interface.
This commit is contained in:
parent
da7a3276ed
commit
65aa00483b
Binary file not shown.
Binary file not shown.
@ -228,6 +228,9 @@ public class BaseUiAutomation extends UiAutomatorTestCase {
|
||||
UiDevice.getInstance().pressEnter();
|
||||
}
|
||||
|
||||
public void pressHome() {
|
||||
UiDevice.getInstance().pressHome();
|
||||
}
|
||||
|
||||
public void pressBack() {
|
||||
UiDevice.getInstance().pressBack();
|
||||
|
Loading…
x
Reference in New Issue
Block a user