feat: return tag name & innerText
This commit is contained in:
@@ -337,6 +337,8 @@ export class WorkflowGenerator {
|
|||||||
lastData: {
|
lastData: {
|
||||||
selector: this.generatedData.lastUsedSelector,
|
selector: this.generatedData.lastUsedSelector,
|
||||||
action: this.generatedData.lastAction,
|
action: this.generatedData.lastAction,
|
||||||
|
tagName: elementInfo.tagName,
|
||||||
|
innerText: elementInfo.innerText,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user