(.venv) C:\Users\USER\Desktop\20250922>python webshot.py C:\Users\USER\Desktop\20250922\scan\113.10.2.0.txt
C:\Users\USER\Desktop\20250922\webshot.py:225: SyntaxWarning: invalid escape sequence '\_'
  """
Targets: 52 open TCP ports across 8 hosts; Concurrency=6; Timeout=10000ms
Traceback (most recent call last):
  File "C:\Users\USER\Desktop\20250922\webshot.py", line 407, in <module>
    main()
  File "C:\Users\USER\Desktop\20250922\webshot.py", line 400, in main
    asyncio.run(run(input_paths, concurrency=args.concurrency, timeout_ms=args.timeout, base_dir=base_dir))
  File "C:\Users\USER\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 194, in run
    return runner.run(main)
           ^^^^^^^^^^^^^^^^
  File "C:\Users\USER\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 118, in run
    return self._loop.run_until_complete(task)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\USER\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 687, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "C:\Users\USER\Desktop\20250922\webshot.py", line 314, in run
    browser = await pw.chromium.launch(headless=True)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\USER\Desktop\20250922\.venv\Lib\site-packages\playwright\async_api\_generated.py", line 14465, in launch
    await self._impl_obj.launch(
  File "C:\Users\USER\Desktop\20250922\.venv\Lib\site-packages\playwright\_impl\_browser_type.py", line 98, in launch
    await self._channel.send(
  File "C:\Users\USER\Desktop\20250922\.venv\Lib\site-packages\playwright\_impl\_connection.py", line 69, in send
    return await self._connection.wrap_api_call(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\USER\Desktop\20250922\.venv\Lib\site-packages\playwright\_impl\_connection.py", line 558, in wrap_api_call
    raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
playwright._impl._errors.Error: BrowserType.launch: Executable doesn't exist at C:\Users\USER\Desktop\20250922\chrome-win\chromium_headless_shell-1187\chrome-win\headless_shell.exe
╔════════════════════════════════════════════════════════════╗
║ Looks like Playwright was just installed or updated.       ║
║ Please run the following command to download new browsers: ║
║                                                            ║
║     playwright install                                     ║
║                                                            ║
║ <3 Playwright Team                                         ║
╚════════════════════════════════════════════════════════════╝