Answer the question
In order to leave comments, you need to log in
How to implement variable passing between Chrome tabs?
Hello.
I make a command in the developer console
var a = document.querySelector('aaa').ounerText;
In the variable a there is a result.
I open a new tab in the browser
and now how to insert the value of this variable into my field?
....textarea = document.querySelector('aaa').InnetText(a);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question