DOC unlink Firefox & Firebug sections from the tutorial for now.

See https://github.com/scrapy/scrapy/issues/3373 and https://github.com/scrapy/scrapy/issues/3372 for motivation.
This commit is contained in:
Mikhail Korobov 2018-08-22 03:59:58 +05:00
parent d32c4deaa9
commit 09fd6c2a81
1 changed files with 2 additions and 1 deletions

View File

@ -299,7 +299,8 @@ expressions`::
In order to find the proper CSS selectors to use, you might find useful opening
the response page from the shell in your web browser using ``view(response)``.
You can use your browser developer tools (see section about :ref:`topics-developer-tools`).
You can use your browser developer tools to inspect the HTML and come up
with a selector (see section about :ref:`topics-developer-tools`).
`Selector Gadget`_ is also a nice tool to quickly find CSS selector for
visually selected elements, which works in many browsers.