feat: generate selector for on click pair

This commit is contained in:
karishmas6
2024-06-08 00:05:12 +05:30
parent e1e62038f9
commit ba655f0914

View File

@@ -203,6 +203,7 @@ export class WorkflowGenerator {
public onClick = async (coordinates: Coordinates, page: Page) => {
let where: WhereWhatPair["where"] = { url: this.getBestUrl(page.url()) };
const selector = await this.generateSelector(page, coordinates, ActionType.Click);
};