fix: pass attribute instead of innerText

This commit is contained in:
karishmas6
2024-08-10 23:16:09 +05:30
parent ac43411f5a
commit 9085202746

View File

@@ -207,7 +207,7 @@ export const BrowserWindow = () => {
selectorObj: { selectorObj: {
selector: selectedElement.selector, selector: selectedElement.selector,
tag: selectedElement.info?.tagName, tag: selectedElement.info?.tagName,
attribute: 'innerText' attribute: attribute
} }
}; };