Login
Remember
Register
Ask a Question
Select the method which performs a context-click (right click) at the current mouse location.
0
votes
asked
Jan 30, 2020
in
Selenium
by
rajeshsharma
Select the method which performs a context-click (right click) at the current mouse location.
a) click_Context()
b) context.Click()
c) contextClick()
d) context_Click()
#selenium-clickcontext
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 30, 2020
by
SakshiSharma
contextClick()
...