Method SendSelect
SendSelect(string)
Simulates selection of an item with the given text.
public virtual bool SendSelect(string text)
Parameters
textstringThe text of the item to select.
Returns
- bool
trueif the item text was successfully selected orfalseif the currently focused window is not one of the controls allowing item selection or if the item with the given text was not found in it.