multipleSelect-1.rctest
open SmartClient_Explorer.html#multipleSelect
waitForElementClickable scLocator=//ListGrid[ID="selectedCountries"]/header/headerButton[fieldName=countryName]/
click scLocator=//ListGrid[ID="countryList"]/body/row[countryCode=US||countryName=United%20States||0]/col[fieldName=countryName||1]
controlKeyDown
click scLocator=//ListGrid[ID="countryList"]/body/row[countryCode=JA||countryName=Japan||2]/col[fieldName=countryName||1]
controlKeyUp
waitForElementClickable scLocator=//ListGrid[ID="selectedCountries"]/body/row[1]/col[0]
verifyText scLocator=//ListGrid[ID="selectedCountries"]/body/row[0]/col[0] United States
verifyText scLocator=//ListGrid[ID="selectedCountries"]/body/row[1]/col[0] Japan
click scLocator=//ListGrid[ID="countryList"]/body/row[countryCode=GM||countryName=Germany||4]/col[fieldName=countryName||1]
waitForElementNotPresent scLocator=//ListGrid[ID="selectedCountries"]/body/row[1]/col[0]
waitForGridDone scLocator=//ListGrid[ID="selectedCountries"]
verifyText scLocator=//ListGrid[ID="selectedCountries"]/body/row[0]/col[0] Germany