# Features

- [Browser Requests](/docs/features/browser-requests.md): Making web automation requests has never been so simple.
- [Parameters](/docs/features/browser-requests/parameters.md)
- [Settings](/docs/features/browser-requests/settings.md)
- [Actions](/docs/features/browser-requests/actions.md)
- [Block DOM Removals](/docs/features/browser-requests/actions/block-dom-removals.md)
- [Capture Cookies](/docs/features/browser-requests/actions/capture-cookies.md)
- [Capture DOM](/docs/features/browser-requests/actions/capture-dom.md)
- [Capture Screenshot](/docs/features/browser-requests/actions/capture-screenshot.md)
- [Capture Element](/docs/features/browser-requests/actions/capture-element.md)
- [Capture Snapshot](/docs/features/browser-requests/actions/capture-snapshot.md)
- [Click](/docs/features/browser-requests/actions/click.md)
- [Download File](/docs/features/browser-requests/actions/download-file.md)
- [Generate Markdown](/docs/features/browser-requests/actions/generate-markdown.md)
- [Generate Simplified DOM](/docs/features/browser-requests/actions/generate-simplified-dom.md)
- [Print](/docs/features/browser-requests/actions/print.md)
- [Parse JSON](/docs/features/browser-requests/actions/parse-json.md)
- [Parse Table](/docs/features/browser-requests/actions/parse-table.md)
- [Scroll](/docs/features/browser-requests/actions/scroll.md)
- [Type](/docs/features/browser-requests/actions/type.md)
- [Wait](/docs/features/browser-requests/actions/wait.md)
- [API Playground Examples](/docs/features/browser-requests/api-playground-examples.md)
- [Export Web Page to PDF](/docs/features/browser-requests/api-playground-examples/export-web-page-to-pdf.md): An example request that uses Gaffa to convert an HTML page to a PDF. There are lots of HMTL to PDF API's but Gaffa handles it easily, as well as doing much more.
- [Convert Web Page to Markdown](/docs/features/browser-requests/api-playground-examples/convert-web-page-to-markdown.md): An example request that uses Gaffa to convert a web page page to markdown. This could be used to export web page reports or to print the content of a page in a readable format.
- [Infinitely Scroll an E-commerce Site](/docs/features/browser-requests/api-playground-examples/infinitely-scroll-an-e-commerce-site.md): An example request that uses Gaffa to infinitely scroll down a simulated ecommerce site whilst recording the interaction.
- [Capture a Full-Height Screenshot](/docs/features/browser-requests/api-playground-examples/capture-a-full-height-screenshot.md): An example request that uses Gaffa to dismiss a modal, scroll to the bottom of a page and then capture a full height screenshot.
- [Automated Form Filling](/docs/features/browser-requests/api-playground-examples/automated-form-filling.md): An example request that uses Gaffa to automate the completion of a form and waits for a success modal to appear.
- [Parse PDF to Structured JSON](/docs/features/browser-requests/api-playground-examples/parse-pdf-to-structured-json.md)
- [Parse HTML Form to Structured JSON](/docs/features/browser-requests/api-playground-examples/parse-html-form-to-structured-json.md)
- [Mapping Requests](/docs/features/mapping-requests.md)
