We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f325b4 commit e1b634fCopy full SHA for e1b634f
1 file changed
stagehand/a11y/utils.py
@@ -97,11 +97,6 @@ async def _clean_structural_nodes(
97
auxiliary={"error": {"value": str(resolve_error), "type": "string"}},
98
)
99
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
-
105
# Remove redundant StaticText children
106
cleaned_children = _remove_redundant_static_text_children(node, cleaned_children)
107
0 commit comments