How to search a text in excel file using Selenium Python
I have some data in an excel file. I want to go to excel file then search a text (taken from website table), then get all the data of that row which will be used to fill table in browser.
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:
Is there a way to scroll to the final product on the page? I can only fetch first 20 products from the given url
I am trying to fetch and print all the listed product from the given url ‘https://www.swiggy.com/instamart/city/gurgaon/c/fresh-vegetables?custom_back=true’ but currently facing issue with the scroll. It is fetching only first 20 products from the given link and rest I am unable to fetch I have tried with the given code
Successfully located element but can’t click on it or send keys
I’m trying to automate posting listings on facebook marketplace with url:
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:-