Skip to content

Commit 994d791

Browse files
authored
Update switcher.py
1 parent f6e83b1 commit 994d791

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

browser_utils/models/switcher.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ async def switch_ai_studio_model(page: AsyncPage, model_id: str, req_id: str) ->
161161
try:
162162
logger.debug("[Model] Re-enabling temporary chat mode...")
163163
incognito_button_locator = page.locator(
164-
'button[aria-label="Temporary chat toggle"]'
164+
'button[aria-label="Temporary chat toggle"]',
165+
'button[aria-label="Toggle temporary chat"]'
165166
)
166167

167168
await incognito_button_locator.wait_for(

0 commit comments

Comments
 (0)