kcsahu777Contributor14 years agoMultiselect using Ctrl and ClickHow to click on an object with ctrl key pressed.This to multiselect from a grid using Ctrl key and click option.
1 ReplyReplies sorted by Most LikedalinderContributor14 years agoI use Sys.Desktop.KeyDown(Win32API.VK_CONTROL), Sys.Desktop.KeyDown(Win32API.VK_SHIFT), and the corresponding Sys.Desktop.KeyUp commands.
alinderContributor14 years agoI use Sys.Desktop.KeyDown(Win32API.VK_CONTROL), Sys.Desktop.KeyDown(Win32API.VK_SHIFT), and the corresponding Sys.Desktop.KeyUp commands.
Recent DiscussionsTestcomplete closed itselflog message issues in testcompleteexecution plan properties description blanking out
Related ContentUsing NameMapped button click() is intermittently clicking in wrong location.Function to click on link using xpathControl Click using cordinates