I would like to try to set Attribute in the Console Panel in Chrome.
But without using with the mouse. Example like this: https://developers.google.com/web/updates/2015/08/edit-html-in-the-console-panel
I wish only to write the JS-CODE with command, for example:
document.querySelectorAll(".serial-number").setAttribute("Value","dummy");
In the Console Panel Chrome this function setAttribute is not able. Please is there some alternativ way to write CODE with setting Attribute?