public interface OrderingInteraction
Modifier and Type | Method and Description |
---|---|
void |
bottom()
Clicks on the 'bottom' button.
|
void |
down(int times)
Clicks on the 'down' button.
|
void |
top()
Clicks on the 'top' button.
|
void |
up(int times)
Clicks on the 'up' button.
|
void bottom()
RuntimeException
- when button cannot be clicked.void down(int times)
times
- how many times to click on the buttonRuntimeException
- when button cannot be clicked.void top()
RuntimeException
- when button cannot be clicked.void up(int times)
times
- how many times to click on the buttonRuntimeException
- when button cannot be clicked.Copyright © 2016 JBoss by Red Hat. All Rights Reserved.