python-scraping icon indicating copy to clipboard operation
python-scraping copied to clipboard

chapitre11/3-readWebImages.py

Open blackcoco opened this issue 8 years ago • 2 comments

driver.find_element_by_id("sitbReaderRightPageTurner").click()

"Element is not currently visible and may not be manipulated"

blackcoco avatar Nov 29 '16 20:11 blackcoco

@blackcoco Same issue that I get here. Where you able to find out why and how to fix it?thanks

ghost avatar Jan 19 '17 08:01 ghost

I had the same issue using PhantomJS driver = webdriver.PhantomJS() driver.set_window_size(1124, 850) # solved the problem for me. driver.get('...') found it here: https://github.com/ariya/phantomjs/issues/11637

IgSaf avatar Dec 17 '17 17:12 IgSaf