As part of Oath 2.0 client credential (response type code and ,microsoft SSO) automatio , I need to retreive token from the browser logs (from n/w tabs or response headers) that bearer token can be used in the subsequent API request
n
I am using Brower logs in selenium LogEntries les = browser.manage().logs().get(LogType.PERFORMANCE);
Looking for similar options in karate UI