feat: edit ui + add return html option (#90)

* fix: restyle the element table

* chore: wip ui

* wip: edit styles

* feat: add html return

* fix: build

* fix: workflow

* fix: workflow

* fix: workflow

* fix: workflow

* fix: workflow

* fix: workflow

* fix: workflow

* fix: cypress test

* chore: update photo [skip ci]
This commit is contained in:
Jayden Pyles
2025-06-08 18:14:02 -05:00
committed by GitHub
parent 02619eb184
commit 20dccc5527
25 changed files with 633 additions and 288 deletions

View File

@@ -63,7 +63,9 @@ async def scrape_with_agent(agent_job: dict[str, Any]):
xpaths = parse_response(response)
captured_elements = await capture_elements(page, xpaths)
captured_elements = await capture_elements(
page, xpaths, agent_job["job_options"]["return_html"]
)
final_url = page.url