We are building automations using ahk with Selenium in Chrome, where we in the process flow, need to ctrl+click on a link. On one computer a Selenium method works fine with no errors, specifically "Selenium.Keys.Control". But on my computer it can't find the element, and depending on the method used, I get elementNotVisibleError or a error message saying that, "I can't interact with the element". It clicks on the element above it, the parent element, but it just won't click on the right button, even though the XPaths used works fine.
my question is why is the method working on my colleagues browser, even though we have the same version of chrome?