donobu
Version:
Create browser automations with an LLM agent and replay them as Playwright scripts.
11 lines • 493 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChromeNotInstalledException = void 0;
const DonobuException_1 = require("./DonobuException");
class ChromeNotInstalledException extends DonobuException_1.DonobuException {
constructor() {
super('Could not find or launch Chrome. Please ensure Chrome is installed.');
}
}
exports.ChromeNotInstalledException = ChromeNotInstalledException;
//# sourceMappingURL=ChromeNotInstalledException.js.map