Python request Console | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Python request Console

I want to use the requests lib in python to login to a website but the login button is disabled so i cant login is there a way to use the web console trough the requests lib or just change the html?

27th May 2020, 8:24 AM
Scripting_boom
Scripting_boom - avatar
2 Answers
0
You can try with browser automation using selenium
28th May 2020, 5:00 AM
Gaurav Kulkarni
Gaurav Kulkarni - avatar
0
That is not a good option for what I'm trying to make it takes a too high cpu percentage :'(
29th May 2020, 1:17 PM
Scripting_boom
Scripting_boom - avatar