In Selenium's Actions class, which method chain simulates a right-click (context-click) on an element?
-
A
actions.contextClick(element).perform()
-
B
actions.rightClick(element).perform()
-
C
actions.clickRight(element).perform()
-
D
actions.click(element, Button.RIGHT).perform()