Relative Content

Tag Archive for pythonselenium-webdriverselenium-chromedriverclick

How to click on any non-button elements on a web page using Selenium & Python

I’m trying to scrape search results from google maps. However once I enter my search, the results come up in a portion of the frame with a scroll bar not a part of the entire body. I need to click on a consistently appearing text (such as “Results”) after my search is entered to activate the part of the website where the scroll bar is so I can send by down keys to automatically scroll down.