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