Skip to content

Instantly share code, notes, and snippets.

View nramirezuy's full-sized avatar

Nicolás Ramírez nramirezuy

  • Montevideo. Uruguay
View GitHub Profile
diff --git a/docs/faq.rst b/docs/faq.rst
index 47bfede..2e36216 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -66,6 +66,16 @@ Yes. Support for HTTP proxies is provided (since Scrapy 0.8) through the HTTP
Proxy downloader middleware. See
:class:`~scrapy.contrib.downloadermiddleware.httpproxy.HttpProxyMiddleware`.
+Can Scrapy execute JavaScript while scraping the web?
+-----------------------------------------------------