Fix minor bugs of multiple apps examples
This commit is contained in:
@@ -367,7 +367,7 @@ class SetupController:
|
||||
context = browser.contexts[0]
|
||||
|
||||
page = context.new_page() # Create a new page (tab) within the existing context
|
||||
page.goto(url)
|
||||
page.goto(url, timeout=60000)
|
||||
logger.info(f"Opened tab {i + 1}: {url}")
|
||||
|
||||
if i == 0:
|
||||
|
||||
Reference in New Issue
Block a user