Drop down menus

From Edgar BV Wiki
Jump to navigation Jump to search

Open the list box / drop down menu

Command: click
Target: the box where the drop down will appear

Use the keyboard to go down once - copy the below code multiple times to go down more often NB The Value will add an extra \ itself. Don't worry about it.

Command: sendKeys
Target: the box id
Value: ${KEY_DOWN}

Press enter to select

Command: sendKeys
Target: the box id
Value: ${KEY_ENTER}

depreciated

Use the keyboard to go down once - copy the below code multiple times to go down more often NB The Value will add an extra \ itself. Don't worry about it.

Command: keyDown
Target: the box id
Value: \40

Press enter to select

Command: keyDown
Target: the box id
Value: \13