Pregunta de entrevista de Tech Mahindra

Using Selenium how would you perform a Right Click?

Respuesta de la entrevista

Anónimo

17 abr 2025

I said, "there is an option in selenium that you wrap driver that that gives you the new methods such as right click.". In the real world I would just look it up in the selenium documentation. CORRECT ANSWER: new Actions(driver).ContextClick(element).Perform();