enter

open fun enter(quantity: Int): Boolean

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


open fun enter(input: String): Boolean

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