Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
nnk.mca
Posts : 3
Join date : 2009-09-08

right click on event Empty right click on event

Wed Sep 09, 2009 7:03 pm
How to right click on a event using selenium rc?
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

right click on event Empty Re: right click on event

Thu Sep 10, 2009 11:09 am
hi,

No, you can't right click with mouse in selenium. The selenium is providing very limited feature related to mouse operation which is describe in selenium reference like moveMove, mouseOver, mouseClickAt etc.

But if you you want to right cilck operation, you have to write some function or snippet in javascript to perform right click operation and call that snippet in storeEval or runScript command.

I hope you will get some hint regarding your problem. Try this and best of luck.

Bye
avatar
nellorekrishnakumar
Active particpant
Active particpant
Posts : 19
Join date : 2009-08-14
Age : 38
Location : HYDERABAD

right click on event Empty Re: right click on event

Sat Sep 12, 2009 5:54 pm
Hi nnk.mca,

U can use contextMenu(locator id ) to stimulate right click activity on particular locator and perform key activity using GWT or keyPress(locator,keysequence);


Thanks,
Nellore Krishna Kumar
avatar
HadesPluto
Active particpant
Active particpant
Posts : 11
Join date : 2009-09-23

right click on event Empty Re: right click on event

Sat Sep 26, 2009 12:29 am
Use the command: contextMenu
target: dijit_layout__TabButton_1 (for example)


That will perform the right click function on IDE
Sponsored content

right click on event Empty Re: right click on event

Back to top
Permissions in this forum:
You cannot reply to topics in this forum