enter

static boolean enter(int quantity)

Enters the specified number into the enter input screen, and presses enter

Return

true if entered successfully, false otherwise

Parameters

quantity

the quantity to enter

static boolean enter(String input)

Enters the specified input into the enter input screen, and presses enter

Return

true if entered successfully, false otherwise

Parameters

input

the input to enter