79096395

Date: 2024-10-17 03:38:03
Score: 1
Natty:
Report link

Use full path of exe. (forward slash should work on Windows)

subprocess.run([
    'C:/Program Files/Google/Chrome/Application/chrome.exe',
    '--remote-debugging-port=9222',
    '--user-data-dir="C:\\selenum\\ChromeProfile"'
])
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shahid Siddiqui