kcsahu777Contributor13 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 LikedalinderContributor13 years agoI use Sys.Desktop.KeyDown(Win32API.VK_CONTROL), Sys.Desktop.KeyDown(Win32API.VK_SHIFT), and the corresponding Sys.Desktop.KeyUp commands.
alinderContributor13 years agoI use Sys.Desktop.KeyDown(Win32API.VK_CONTROL), Sys.Desktop.KeyDown(Win32API.VK_SHIFT), and the corresponding Sys.Desktop.KeyUp commands.
Recent DiscussionsI'm not able to handle cookie pop up with test complete using java script,I'm using windows machine.Unable to install upgrade of TestComplete as previous installation not finished.If statement
Related ContentUsing NameMapped button click() is intermittently clicking in wrong location.Function to click on link using xpathHow to Click the Canvas object using test complete web module