Was taking a look at this, but I'm getting the below error. I'm wondering if you also get this?
Thanks!
Scraping the listing number 28 on page 1, the count is 1 latitude = 40633593, longitude = -74090275 Traceback (most recent call last): File "zillow.py", line 142, in <module> driver.find_element_by_xpath('//div[@id="search-pagination-wrapper"]//li[@class="zsg-pagination-next"]').click() File "/Users/jasonkjackson/anaconda2/lib/python2.7/site-packages/selenium/webdriver/remote/webelement.py", line 77, in click self._execute(Command.CLICK_ELEMENT) File "/Users/jasonkjackson/anaconda2/lib/python2.7/site-packages/selenium/webdriver/remote/webelement.py", line 493, in _execute return self._parent.execute(command, params) File "/Users/jasonkjackson/anaconda2/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in execute self.error_handler.check_response(response) File "/Users/jasonkjackson/anaconda2/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 194, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: unknown error: Element <li class="zsg-pagination-next">...</li> is not clickable at point (901, 577). Other element would receive the click: <div class="info flat-star-ratings sig-col">...</div> (Session info: chrome=58.0.3029.81) (Driver info: chromedriver=2.29.461585 (0be2cd95f834e9ee7c46bcc7cf405b483f5ae83b),platform=Mac OS X 10.12.4 x86_64)
Was taking a look at this, but I'm getting the below error. I'm wondering if you also get this?
Thanks!
Scraping the listing number 28 on page 1, the count is 1 latitude = 40633593, longitude = -74090275 Traceback (most recent call last): File "zillow.py", line 142, in <module> driver.find_element_by_xpath('//div[@id="search-pagination-wrapper"]//li[@class="zsg-pagination-next"]').click() File "/Users/jasonkjackson/anaconda2/lib/python2.7/site-packages/selenium/webdriver/remote/webelement.py", line 77, in click self._execute(Command.CLICK_ELEMENT) File "/Users/jasonkjackson/anaconda2/lib/python2.7/site-packages/selenium/webdriver/remote/webelement.py", line 493, in _execute return self._parent.execute(command, params) File "/Users/jasonkjackson/anaconda2/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in execute self.error_handler.check_response(response) File "/Users/jasonkjackson/anaconda2/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 194, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: unknown error: Element <li class="zsg-pagination-next">...</li> is not clickable at point (901, 577). Other element would receive the click: <div class="info flat-star-ratings sig-col">...</div> (Session info: chrome=58.0.3029.81) (Driver info: chromedriver=2.29.461585 (0be2cd95f834e9ee7c46bcc7cf405b483f5ae83b),platform=Mac OS X 10.12.4 x86_64)