subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
time.sleep(2) # 启动 Chrome(注意:不传 --enable-automation,不设 --disable-blink-features) subprocess.Popen([ CHROME_BIN, f"--remote-debugging-port={CDP_PORT}", "--remote-allow-origins=*",- Confidence
- 96% confidence
- Finding
- subprocess.Popen([ CHROME_BIN, f"--remote-debugging-port={CDP_PORT}", "--remote-allow-origins=*", f"--user-data-dir={CHROME_PROFILE}", "--no-first-run",
