donobu
Version:
Create browser automations with an LLM agent and replay them as Playwright scripts.
9 lines • 459 B
TypeScript
/**
* Donobu script for tracking interactions with the current page. This scripts assumes the
* following:
* 1. There is an exposed binding to call back to NodeJS named "__donobuTrackInteraction".
* 2. The smart-selector-generator.js script has defined the "__donobu.generateSmartSelectors"
* method on the window object.
*/
export declare function installPageInteractionsTracker(): void;
//# sourceMappingURL=page-interactions-tracker.d.ts.map