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

Code samples from the book Web Scraping with Python http://shop.oreilly.com/product/0636920034391.do

Results 87 python-scraping issues
Sort by recently updated
recently updated
newest added

The following line elem == driver.find_element_by_tag_name("html") will only generate True (the first 4 iterations) or False (the remaining 16 iterations). This statement does not trigger the StaleElementReferenceException, so the function...

This file duplicates with 2-fileSubmission.py

The last 3 lines should be shifted left to make the indentation consistent.

I want to test the CAPTCHA recognition with `tesseract` of the code of Chapter 11. But I can't find the CAPTCHA file `captchaExample.png`. I can make a screenshot of the...

I try to run code 'chapter6/6-readDocx.py' , error is blow: UnicodeEncodeError: 'ascii' codec can't encode character '\u2019' in position 83: ordinal not in range(128) it look like the error line...