How to clickRight in selenium dont use javascript and fireevent?
I have one contextmenu and i want to clickRight in selenium test. i try t开发者_如何学编程o use fireEvent but i m failed. and i dont know java script. So how to do clikright in selenium.
thanks
Use selenium.contextMenu(locator)
Have you tried the recording feature of the ide? What code does it produce?
Search the forum and you find: Selenium IDE - record right click
精彩评论