feat: generate on click pair

This commit is contained in:
karishmas6
2024-06-08 00:04:54 +05:30
parent bf8b8ead3d
commit e1e62038f9

View File

@@ -201,4 +201,10 @@ export class WorkflowGenerator {
};
public onClick = async (coordinates: Coordinates, page: Page) => {
let where: WhereWhatPair["where"] = { url: this.getBestUrl(page.url()) };
};
}