feat: generate on click pair
This commit is contained in:
@@ -201,4 +201,10 @@ export class WorkflowGenerator {
|
||||
};
|
||||
|
||||
|
||||
public onClick = async (coordinates: Coordinates, page: Page) => {
|
||||
let where: WhereWhatPair["where"] = { url: this.getBestUrl(page.url()) };
|
||||
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user