Skip to content

Commit

Permalink
Mention Formasaurus (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio authored Dec 24, 2024
1 parent b93d7cf commit b048595
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

intersphinx_disabled_reftypes = []
intersphinx_mapping = {
"formasaurus": ("https://formasaurus.readthedocs.io/en/latest/", None),
"lxml": ("https://lxml.de/apidoc/", None),
"parsel": ("https://parsel.readthedocs.io/en/stable", None),
"poet": ("https://web-poet.readthedocs.io/en/latest/", None),
Expand Down
6 changes: 6 additions & 0 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ visit parent elements until you reach the form element. For example:
element = element.getparent()
form = element
For some use cases, you can use :doc:`Formasaurus <formasaurus:index>`, a
ML-based solution that can can automatically find a form of a specified type
(e.g. a search form), its :ref:`default key-value pairs <data>`, and its
:ref:`submit button <click>`. Its :ref:`formasaurus:usage` documentation
includes an example featuring form2request.


.. _data:

Expand Down

0 comments on commit b048595

Please sign in to comment.