Chase invest update#614
Conversation
|
i havent had a single log in issue look into my script again the answer might be in there |
I will take a look over it again and incorporate what I see. This is still able to be merged as that will all just be in the chaseinvest-api package. |
Once again @ImNotOssy you have proven to be the api whisperer. I tested a few logins in a row using the |
Lol youre welcome, theres a few more like mouse_move() and scroll_into_view(), i always learn more while coding for other brokers but forget to implement to previously worked on brokers. |
Updated the chaseinvest-api version to 0.4.5.
Underlying webdriver has been moved from playwright to zendriver.
Known Issue:
I am still having some issues with login (bot detection). This is especially exaggerated if logging in repeatedly during testing etc. If the user manually "helps" the script along it works. I suspect I need to add some simulated mouse movements/clicking. This is still a work in progress.
Code is heavily borrowed/influenced by Ossy's my-feature-changes branch Thanks!!!
Because of the heavy dependence on webdrivers for some of the brokers I have not been using docker myself for running these. This could use a test in docker.