This commit is contained in:
lda
2026-05-14 05:03:28 +07:00 Verified
parent 6afa1eff45
commit 4cee57f592
+1 -1
View File
@@ -87,7 +87,7 @@ async def already_claimed(container: Locator):
async def main():
async with async_playwright() as p:
context = await launch_context(p, headless=False)
context = await launch_context(p, headless=True)
page = await context.new_page()
await page.goto(URL)