You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. I'm testing kimurai to try and automate a daily download of a bank statement. I've already managed to get the login working from the console and clicking on the button which fires the download (using browser.click_on). The file gets downloaded but I haven't found any way to control where it gets downloaded.
I've since abandoned this project, but IIRC the headless Chrome was automatically skipping the download dialog. I didn't do anything special to make that happen so 🤷♂.
Hi there. I'm testing kimurai to try and automate a daily download of a bank statement. I've already managed to get the login working from the console and clicking on the button which fires the download (using
browser.click_on
). The file gets downloaded but I haven't found any way to control where it gets downloaded.I found this example on downloading a file with selenium but kimurai doesn't seem to have any "official" way for me to use any custom configuration on the driver.
Do you have any recommendations on how to proceed?
The text was updated successfully, but these errors were encountered: