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 启动浏览器方式 #256

Open apollo9527a opened 3 months ago

apollo9527a commented 3 months ago

Playwright启动浏览器方式有好多种: 1:launch 2:launch_persistent_context 3:connect_over_cdp(这个用处大) 4:connect

这个能不能升级下添加这几个功能呀, 目前我看貌似就调用了launch,启动新的浏览器实例