Closed tsullivan closed 1 week ago
Pinging @elastic/kibana-reporting-services (Team:Reporting Services)
Pinging @elastic/kibana-app-services (Team:AppServices)
Relevant Chrome DevTools Protocol documentation: https://chromedevtools.github.io/devtools-protocol/tot/Debugger/#method-enable
Let's go ahead and remove the code tied to attaching to a remote debugger for development
We can leave this issue open to track the work to remove the remote debugger setup.
Before upgrading Chromium to 8.0.0, a developer could see the screen of the headless browser when testing by adding:
xpack.reporting.capture.browsers.chromium.inspect: true
When the setting works, it shows the screen of the headless browser while a report is executing (screenshot from running 7.12 branch):
After upgrading, something broke in how this is supposed to work: it no longer shows anything: