do not parse the dropped element twice (#2801)
This commit is contained in:
@@ -25,6 +25,7 @@ class SkyvernContext:
|
||||
refresh_working_page: bool = False
|
||||
frame_index_map: dict[Frame, int] = field(default_factory=dict)
|
||||
max_screenshot_scrolling_times: int | None = None
|
||||
dropped_css_svg_element_map: dict[str, bool] = field(default_factory=dict)
|
||||
|
||||
def __repr__(self) -> str:
|
||||
return f"SkyvernContext(request_id={self.request_id}, organization_id={self.organization_id}, task_id={self.task_id}, workflow_id={self.workflow_id}, workflow_run_id={self.workflow_run_id}, task_v2_id={self.task_v2_id}, max_steps_override={self.max_steps_override}, run_id={self.run_id})"
|
||||
|
||||
Reference in New Issue
Block a user