Logging into sites
Overview
AgentQL's SDK is integrated with Playwright, which allows you to programmatically interact with web applications. This section shows how to use the query_element
and get_by_prompt
functions to return elements, fill out forms, and close cookie dialogs.
Guides
- Return a collection of elements with
query_elements
- Return a single element with
get_by_prompt
- How to fill out and submit a form
- How to close a modal or cookie dialog