fix: pass attribute instead of innerText
This commit is contained in:
@@ -207,7 +207,7 @@ export const BrowserWindow = () => {
|
||||
selectorObj: {
|
||||
selector: selectedElement.selector,
|
||||
tag: selectedElement.info?.tagName,
|
||||
attribute: 'innerText'
|
||||
attribute: attribute
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user