I want to open a new browser tab where I would like to run JavaScript code. Something like:
import webbrowser
webbrowser.open_new_tab('http://www.google.com')
but with a second argument which would be the JavaScript code.
I want to open a new browser tab where I would like to run JavaScript code. Something like:
import webbrowser
webbrowser.open_new_tab('http://www.google.com')
but with a second argument which would be the JavaScript code.