Boris-code / feapder

🚀🚀🚀feapder is an easy to use, powerful crawler framework | feapder是一款上手简单,功能强大的Python爬虫框架。内置AirSpider、Spider、TaskSpider、BatchSpider四种爬虫解决不同场景的需求。且支持断点续爬、监控报警、浏览器渲染、海量数据去重等功能。更有功能强大的爬虫管理系统feaplat为其提供方便的部署及调度
http://feapder.com
Other
2.88k stars 476 forks source link

PLAYWRIGHT 默认开启无痕 #244

Open jf888123 opened 8 months ago

jf888123 commented 8 months ago

请问在哪里可以关闭

pro2333 commented 8 months ago

解决了吗?我也找几天了。

javaswing commented 4 months ago

浏览器初始时的配置在这里,根据代码好像没有支持设置

[[ args=["--no-sandbox"],](https://github.com/Boris-code/feapder/blob/c88617752b6e4ad231fedc5a1dffd95b37ed61c4/feapder/utils/webdriver/playwright_driver.py#L97)](https://github.com/Boris-code/feapder/blob/c88617752b6e4ad231fedc5a1dffd95b37ed61c4/feapder/utils/webdriver/playwright_driver.py#L97)