playwright/tests/electron/electron-print-chromium-version.js

2 lines
56 B
JavaScript

console.log(process.versions['chrome'])
process.exit(0);