meluvalli

Results 24 comments of meluvalli

Well, I don't know much about programming in Python, but the line it's getting stuck on is 108: ``` for request in driver.requests: ``` It loops the sleep command, but...

That's what mine looks like, but after I sign in, I get a blank white page, and nothing happens. I read the info from #15, however, I don't understand how...

Ok, I used https://stackoverflow.com/questions/41190989/how-do-i-install-geckodriver and downloaded the geckodriver. Then placed the exe in my Python directory. In My case it is "C:\Program Files\Python312". I am still having the same problem....

I finally got it! So, here is what I did... 1. Edited the carelink_carepartner_api_login.py file. Added the following lines on line 52: This allows for auto install of GeckoDriver. ```...