Relative Content

Tag Archive for pythonselenium-webdriverbrowser-automation

Closed – Python isn’t recognizing Selenium module

So I’m working on this website that uses selenium to generate certificates and download them. I installed selenium yesterday as well as webdriver and when I tried to import selenium into my codebase, the compiler doesn’t seem to recognize it. Here is the code to better understand its use:

selenium python not detecting input field in modal on chrome

I want to select an input field inside a modal. The first few are successfully being selected, but things that are not visible unless I scroll down are not being selected. The error messages say that the element is stale, or not visible. I’m trying to scroll down in the modal using selenium but I’m not able to select the modal itself. Below is the structure of what I’m trying to do:-