Get HTTP requests (performance logs) from chromedriver with protractor
问题 I'm using protractor for my e2e tests with angular and I'm trying desperately to get HTTP requests logs with headers and body. I've configured protractor like this: { useAllAngular2AppRoots: true, ignoreUncaughtExceptions: true, maxSessions: 1, multiCapabilities: [ { 'name': 'desktop', 'browserName': 'chrome', loggingPrefs: {"driver": "ALL", "browser": "ALL", 'performance': 'ALL'}, chromeOptions: { binary: process.env.CHROME_BIN, args: ["--headless", "--disable-gpu", "--no-sandbox"],