This repository was archived by the owner on May 23, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,21 @@ integration problems. Use at your own risk.
8
8
9
9
That being said, it works for me, in all its non-blocking glory.
10
10
11
- If you are using version 0.18.2 or later, the setting LOG_STDOUT must be False.
11
+
12
+ Issues
13
+ ======
14
+
15
+ * If you are using scrapy version 0.18.2 or later, the setting LOG_STDOUT must
16
+ be False.
17
+ * I suspect WebdriverActionRequest and ActionChain are broken. I am not using
18
+ them.
12
19
13
20
Installation
14
21
=============
15
22
16
23
For now it's not on pypi, but this should work:
17
24
18
- pip install https://github.com/sosign /scrapy-webdriver/archive/master.zip
25
+ pip install https://github.com/zipfworks /scrapy-webdriver/archive/master.zip
19
26
20
27
Or something like this, in setup.py:
21
28
@@ -25,7 +32,7 @@ Or something like this, in setup.py:
25
32
...,
26
33
],
27
34
dependency_links=[
28
- 'https://github.com/sosign /scrapy-webdriver/archive/master.zip#egg=scrapy_webdriver',
35
+ 'https://github.com/zipfworks /scrapy-webdriver/archive/master.zip#egg=scrapy_webdriver',
29
36
],
30
37
...,
31
38
)
You can’t perform that action at this time.
0 commit comments