views:

510

answers:

2

im trying to preform a right click using selenium, any thoughts on how to do this?

+2  A: 

http://stackoverflow.com/questions/433919/javascript-simulate-right-click-through-code

Felix Kling
There's a button for linking to duplicates... I'm just saying...
Marc Gravell
@Marc Gravell: I guess this was before I reached 3000 ;)
Felix Kling
+1  A: 

it appears that for my issue (an element that opens a popup after a right click), using selenium's : mouse_down_right() and then mouse_up_right() worked as well. thanks.

doctoroots