Is there a way to get this to run in headless selenium?
I tried both of these methods, but the console window just hangs out
.setChromeOptions(new chrome.Options().headless())
and
.setChromeOptions(new chrome.Options().addArguments('--headless'))
It might be, but frequently you have to enter in a 2FA code into the browser that Mint sends to your email or phone number, so it wouldn't be worthwhile. That's probably why the console just hangs for you.
Is there a way to get this to run in headless selenium?
I tried both of these methods, but the console window just hangs out
.setChromeOptions(new chrome.Options().headless())
and.setChromeOptions(new chrome.Options().addArguments('--headless'))