I am using Selenium and JavascriptExecutor. I need to make a script/function that ctrl+clicks on an element on a webpage. I know how to make a normal click, WebDriver.ExecuteScript("arguments[0].click();", var)
, but is it possible to ctrl-click (opening a new tab).
Thanks for your time.