mirror of https://github.com/scrapy/scrapy.git
updated new clickdata argument doc
This commit is contained in:
parent
6abb3c17ee
commit
720bc166cf
|
|
@ -271,15 +271,14 @@ objects.
|
||||||
overridden by the one passed in this parameter.
|
overridden by the one passed in this parameter.
|
||||||
:type formdata: dict
|
:type formdata: dict
|
||||||
|
|
||||||
:param clickdata: The arguments in clickdata are passed directly to
|
:param clickdata: Arguments to be passed directly to ClientForm
|
||||||
ClientForm's click_request_data() method. See <ClientForm> for more
|
``click_request_data()`` method. See `ClientForm`_ homepage for
|
||||||
info.
|
more info.
|
||||||
:type clickdata: dict
|
:type clickdata: dict
|
||||||
|
|
||||||
The other parameters of this class method are passed directly to the
|
The other parameters of this class method are passed directly to the
|
||||||
:class:`FormRequest` constructor.
|
:class:`FormRequest` constructor.
|
||||||
|
|
||||||
|
|
||||||
Request usage examples
|
Request usage examples
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue