dotnetcore / DotnetSpider

DotnetSpider, a .NET standard web crawling library. It is lightweight, efficient and fast high-level web crawling & scraping framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如何往界面元素上填账号密码,

dfengpo opened this issue · comments

如何往界面元素上填账号密码,实现模拟用户登录,因为我要爬的页面都是需要登录后才能访问的。目前我的实现方案是selenium+chromedriver实现。但是为因为chromedriver资源成本太高,要用其它方案替换,但是dotnetSpider目前并不能模拟用户登录。