Hi, could you help me? From this page I'm trying to scroll and focus to "N. inventario".
I have this script to focus the field, but I would like it to autoscroll about 2 cm above the position to which it leads:
focusme = document.querySelector('#DetailsOpen_Array04 > div > label:nth-child(2)...
Hello, I'm using a Chrome extension. is it possible to disable this script when I go back in the application or browser?
clickme = document.querySelector('[title="Stampa etichette"]');
if (clickme) {clickme.click()};
I tried in vain this feature, however deprecated:
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.