feat: use getLastUsedSelectorInfo for lastUsedSelector
This commit is contained in:
@@ -330,6 +330,8 @@ export class WorkflowGenerator {
|
||||
}
|
||||
|
||||
if (this.generatedData.lastUsedSelector) {
|
||||
const elementInfo = await this.getLastUsedSelectorInfo(page, this.generatedData.lastUsedSelector);
|
||||
|
||||
this.socket.emit('decision', {
|
||||
pair, actionType: 'customAction',
|
||||
lastData: {
|
||||
|
||||
Reference in New Issue
Block a user