Skip to content

Commit e1b634f

Browse files
committed
clean up
1 parent 7f325b4 commit e1b634f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

stagehand/a11y/utils.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ async def _clean_structural_nodes(
9797
auxiliary={"error": {"value": str(resolve_error), "type": "string"}},
9898
)
9999

100-
# Rename `combobox` to `select` as they are functionally equivalent.
101-
if node_role == "combobox":
102-
node_role = "select"
103-
node["role"] = node_role
104-
105100
# Remove redundant StaticText children
106101
cleaned_children = _remove_redundant_static_text_children(node, cleaned_children)
107102

0 commit comments

Comments
 (0)