We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994d791 commit 9c5c3b3Copy full SHA for 9c5c3b3
1 file changed
browser_utils/initialization/core.py
@@ -567,7 +567,8 @@ async def enable_temporary_chat_mode(page: AsyncPage) -> None: # pragma: no cov
567
"""
568
try:
569
incognito_button_locator = page.locator(
570
- 'button[aria-label="Temporary chat toggle"]'
+ 'button[aria-label="Temporary chat toggle"]',
571
+ 'button[aria-label="Toggle temporary chat"]'
572
)
573
574
await incognito_button_locator.wait_for(state="visible", timeout=10000)
0 commit comments