12-17-2012, 09:09 PM
Hi every one,
i have got stuck by trying to make multi-selection of webelements. I want to combinate "control button" from the keyboard and "left click" from the mouse. See the code below :
Lucie.
i have got stuck by trying to make multi-selection of webelements. I want to combinate "control button" from the keyboard and "left click" from the mouse. See the code below :
Quote:Dim WshShellThanks for your help.
Set WshShell = CreateObject("WScript.Shell")
'Select my First webelement
Browser("browser").Page("page").WebElement("mywebelement").Click
wait 2
WshShell.SendKeys ("^")
'Select my second webelement
Browser("browser").Page("page").WebElement("mySecondwebel").Click
Lucie.