Question
Accenture Solutions Pvt Ltd
IN
Last activity: 16 Oct 2018 12:03 EDT
Handling Mouse click events in openspan
Hi,
How to do automate mouse right click events in openspan?
Regards,
Pravallika.
***Moderator Edit-Vidyaranjan: Updated Platform Capability***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
US
Praval,
This depends entirely on the object type in which you are attempting to send the right click operation to. Some of the control types include a rightclick method within the list of methods available after interrogation. While others may not, (i.e. web controls).
Can you share what type of control you are attempting to send a right click call to?
Pegasystems Inc.
US
Normally you do not have to perform this type of task when building an automation. Normally you perform the take from the automation that is performed by the Right Click. Please provide more details around your challenge.
Accenture Solutions Pvt Ltd
IN
Hi ,
I want to automate right click operations in a web page for e.g., I have attached a screenshot & in that image there are options which comes on right click options like copy paste, In OpenSpan how can I interrogate or capture these fields on web page & how to automate this right click mouse operations, please provide some example with explanation.
Regards,
Pravallika.
-
Venkata Prasad
virtusa polaris
IN
Hi Pravalikka,
As per my knowledge we can't interrogate mouse right-click event. we can achieve that options by using SendKeys. let me know if you need more help on this
Accenture Solutions Pvt Ltd
IN
Thanks for reply Kishore,but how to Select text & perform right click using Sendkeys & how to select the particular option available in Rightclcik Menu(like Copy,Paste etc).Can you provide some example?
Accenture Solutions Pvt Ltd
IN
Pls elaborate with correct example using screenshot on how to select required options like e.g:i wasn't to perform Copy,paste etc using Sendkeys which keys we need to pass & how?
Sunlife
IN
You can use context menu on parent control.
CollabPartnerz
IN
Below link might help you.