atulchaudhari32New Contributor3 months agoShift+Right Clickcan we handle shift+right click using TestComplete
2 RepliesReplies sorted by NewestrraghvaniChampion Level 33 months agoAssuming Shift + Right Click of the mouse button, then yes. For example, obj.ClickR(1, 2, skShift); Where obj is the UI control, and ClickR is the method i.e. the action you want to perform on the UI control. The same can be applied to Keyword TestHirendraSinghContributor3 months agoRefer below document on SmartBear site.Keys Method | TestComplete Documentation
rraghvaniChampion Level 33 months agoAssuming Shift + Right Click of the mouse button, then yes. For example, obj.ClickR(1, 2, skShift); Where obj is the UI control, and ClickR is the method i.e. the action you want to perform on the UI control. The same can be applied to Keyword Test
HirendraSinghContributor3 months agoRefer below document on SmartBear site.Keys Method | TestComplete Documentation
Recent DiscussionsAccess Form opend with a menuitemCan we set sheet name in excel as active using python scriptSolvedUnable to capture objects inside iFrames in Power App using TestComplete