Hi
I need a code portion to refresh the current page. I get the controller object from webbrowser module and start my webpage. And at a certain point I want to refresh my page inside the python code.
According to the documentation at http://docs.python.org/library/webbrowser.html, when I call the open() function of the controller object with the same url and with new = 0 it should not open a new tab. But it opens a new tab. (Tested in both Chrome and Firefox)
Do you have any suggestions? Thanks in advance.