scrapy-webdriver icon indicating copy to clipboard operation
scrapy-webdriver copied to clipboard

Updated for Scrapy v1.0 API changes

Open fraserharris opened this issue 9 years ago • 1 comments

  • works in production without raising deprecation warnings
  • Request Queue test fails, appears to be related to Scrapy v1 (?)

Test output: https://gist.github.com/fraserharris/df51b43184c8c35620cd

fraserharris avatar Sep 01 '15 07:09 fraserharris

Thanks for the PR.

E       assert [] == [call('http://testdomain/pat...omain/path?wr=1&wa=1'), ...]
E         Right contains more items, first extra item: call('http://testdomain/path?wr=0')
E         Use -v to get the full diff

Same here. Don't have time to dig more though...

jstoiko avatar Sep 02 '15 03:09 jstoiko