Python Forum

Full Version: Headless Chrome: How to login into a webpage?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I login into a webpage(fill and submit the login/pass form tag) using Headless Chrome. I made a web crawler with Python 3, BeautifulSoup and Headless Chrome but now I need to login first and I have no clue how to do that.
check out our web scraping tutorials part 1 and 2