This example demonstrates how to get XPath of an element that was fetched with AgentQL.
- Install AgentQL SDK
- Install Playwright Dompath with the following command:
pip install playwright-dompath- Save this python file locally as main.py
- Run the following command from the project's folder:
python3 main.pyInstall the AgentQL Debugger Chrome extension to play with the AgentQL query. Learn more about the AgentQL query language
