You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use global variables in JS code for MutationObserver, but these variables are not accessible once JS block execution is finished. Code bellow. E.g. window.runing is not accessible in whileloop block. Is there any solution in Automa for global JS variables and execution of MutationObserver in a page?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I try to use global variables in JS code for MutationObserver, but these variables are not accessible once JS block execution is finished. Code bellow. E.g. window.runing is not accessible in whileloop block. Is there any solution in Automa for global JS variables and execution of MutationObserver in a page?
Beta Was this translation helpful? Give feedback.
All reactions