fix hover action (#4245)

This commit is contained in:
LawyZheng
2025-12-10 02:39:17 +08:00
committed by GitHub
parent ff1dcfc0cf
commit 2de27637db
6 changed files with 33 additions and 72 deletions

View File

@@ -67,11 +67,6 @@ class SkyvernContext:
next_step_pre_scraped_data: dict[str, Any] | None = None
speculative_plans: dict[str, Any] = field(default_factory=dict)
# Store absolute page position of last hovered element to scroll back after re-scraping
# This is the Y position relative to the entire page (not viewport)
last_hovered_element_page_y: float | None = None
last_hovered_element_id: str | None = None
"""
Example output value:
{"loop_value": "str", "output_parameter": "the key of the parameter", "output_value": Any}