10-18-2023 09:33 AM - edited 01-09-2024 01:53 PM
The numbers in a pop up window aren't swapping, but the other numbers on the website do.
Numbers located in a pop up window.
Pop up windows are often part of third party applications, and run on a different "thread" than the numbers on the original website. As a result, running Invoca.PNAP.run() manually in the console won't swap these numbers since the console is on the original "thread".
A developer who owns the website would need to update the source code on the website to run Invoca.PNAPI.run() on the website's new "thread" or "component".