When I go to https://www.google.com/ and enter console.log("Hello world!")
into the Chrome DevTools console, it prints "Hello world!" as expected. However, when I try the same command on , nothing shows up in the console. Why doesn't it work for this MT website?
Is there a way to make the console function properly for this specific website?
I attempted to use python/selenium to open the page and execute_script() with the command, but that approach didn't produce the desired results either.