feat: tag name & inner text in PersesistedGeneratedData interafce
This commit is contained in:
@@ -23,6 +23,8 @@ interface PersistedGeneratedData {
|
||||
lastUsedSelector: string;
|
||||
lastIndex: number | null;
|
||||
lastAction: string;
|
||||
lastUsedSelectorTagName: string;
|
||||
lastUsedSelectorInnerText: string;
|
||||
}
|
||||
|
||||
interface MetaData {
|
||||
|
||||
Reference in New Issue
Block a user