Cannot find/click/type in element? Use Selenium, Java and ……….. Javascript

Alex Siminiuc
6 min readApr 26, 2020
Photo by Obi Onyeador on Unsplash

Sometimes, you try finding an element with Selenium WebDriver and it does not work.

The locator of the element is correct. The element is not included in an iframe. The element is visible and seems enabled.

Still, you cannot find it or interact with it through the Selenium API.

Alex Siminiuc