mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
Fix counter
This commit is contained in:
@@ -496,7 +496,7 @@ class Controller:
|
||||
)
|
||||
if not new_path_hashes.issubset(cached_path_hashes):
|
||||
# next action requires index but there are new elements on the page
|
||||
logger.info(f'Something new appeared after action {i + 1} / {len(actions)}')
|
||||
logger.info(f'Something new appeared after action {i } / {len(actions)}')
|
||||
break
|
||||
|
||||
results.append(await self.act(action, browser_context))
|
||||
|
||||
Reference in New Issue
Block a user