SetWebSuggestBox |
Top Previous Next |
×V5.0Ø
Syntax - SetWebSuggestBox <Value> <Element Identifier> Where: <Value> is a literal string or a variable that contains a string value. <Element Identifier> is a valid web element identifier as described in Identifying an Element.
Description: This command causes EMUE to select an option from a suggest box. This control does a wildcard search on the text that is entered. The <Value> specified should contain text so that one option appears in the pop up selection box. EMUE will select the option from the top of the suggest list.
Soarian SmartUI: No Chrome: No
Sample 1: The following statement will choose the option "FLORIDA HOSPITAL TPA JH>795833613TPA<FL" from the Result Recipient suggest box. SetWebSuggestBox "FLORIDA HOSPITAL TPA JH>795833613TPA<FL" "Browser=*Soarian*:sframeInner->wellFrame->tabWell*:DivSection,id=ctlResultRecipientListBox,INDEX=1"
See Also:
In memory of Dale Sahlberg of Baycare Health Systems for his contributions to this command. |