We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f0c2b8 + 2bda9f4 commit f948e7cCopy full SHA for f948e7c
SelfhealingAgents/self_healing_system/context_retrieving/dom_soap_utils.py
@@ -469,7 +469,6 @@ def has_display_none(tag: Tag) -> bool:
469
return "display: none" in style
470
471
@staticmethod
472
- @log
473
def get_simplified_dom_tree(source: str) -> str | None:
474
"""Returns a simplified DOM tree as a string, removing non-essential elements and attributes.
475
0 commit comments