I am trying to automate some data scraping from an app. Whole scraping thing works just fine but the problem is that log in is through microsoft and it is also using MS authentication so as far as my knowledge goes, it cant be fully automated.
The thing is that I have to log in only if I'm accessing this app through selenium, and while accessing it manually there's no need to log in (app just opens).
I'm wondering if there is a way to make selenium not ask me to log in every time? (I'm using chromium driver)