How to execute all javascript content on webpage with selenium to find and send login form info on fully loaded webpage
问题 I've been trying to make a Python script to login into a certain website, navigate through the menu, fill out a form and save the file it generates to a folder. I've been using Selenium trying to make the website fully load so i can find the elements for the login, but i'm being unsucessful, maybe because the website does a lot of JavaScript content before it fully loads, but i can't make it fully load and show me the data i want. I tried Robobrowser, Selenium, Requests and BeautifulSoup to