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.
1 parent 4f0c2b8 commit 2bda9f4Copy full SHA for 2bda9f4
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