I am creating a chrome extension which supposed to grab google translate chrome extension html response , using javascript.
This grabber extension should wait until that popup become visible.
But when I use GetElementbyID , the result is null.
document.getElementById("bubble-content");
I know it is because the page source had downloaded before the javascript has worked. But can I even fetch this pop up in a way?