Saeed

Results 2 comments of Saeed

In googlempas.py, under `get_acount`, I changed: self.driver.get(url) to: self.driver.get(url) time.sleep(2) self.driver.find_elements_by_xpath('//*[@id="QA0Szd"]/div/div/div[1]/div[2]/div/div[1]/div/div/div[2]/div[1]/div[1]/div[2]/div/div[1]/div[2]').click() and now I can use initial place map urls.

So, to answer my own question, I have noticed that this same thing happens even if I manually open the link and scroll all the way down. So, maybe it's...