I am automating a process in Chrome, but my script can't find the element. I have double checked the XPath with DevTools, and it is the correct Path.
The element is not in a iframe, it is nested inside a Div.
I am using the Selenium.keys.Control method to ctrl click on a link. I can click on the element by using the javascriptExecutor ("arguments[0].click();", var), but I have not found a way to ctrl click using the Executor.