You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dendrite_sdk/_core/_base_browser.py
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -184,15 +184,14 @@ async def goto(
184
184
exceptExceptionase:
185
185
logger.debug(f"Exception when loading page but continuing anyways. {e}")
186
186
187
-
page=awaitactive_page_manager.get_active_page()
188
187
ifexpected_page!="":
189
188
try:
190
189
prompt=f"We are checking if we have arrived on the expected type of page. If it is apparent that we have arrived on the wrong page, output an error. Here is the description: '{expected_page}'"
0 commit comments