The difference between form login, cookie login and seleuim login in crawlers

The form login in the crawler realizes login by simulating web form submission and simulating the login process. The cookie login simulates login by grabbing the user name and password entered by the user on the login page. Selenium login is to simulate the login process by simulating the browser and simulating user operations.

Guess you like

Origin blog.csdn.net/weixin_35749786/article/details/129513976