Skip to content

Commit b4d34be

Browse files
authored
fix: include-hidden arg in get_by_role_selector (microsoft#1726)
1 parent 2d0df8e commit b4d34be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/_impl/_locator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ def get_by_role_selector(
823823
if expanded is not None:
824824
props.append(("expanded", str(expanded)))
825825
if includeHidden is not None:
826-
props.append(("include-hiddenen", str(includeHidden)))
826+
props.append(("include-hidden", str(includeHidden)))
827827
if level is not None:
828828
props.append(("level", str(level)))
829829
if name is not None:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy