How to get rid of "run to see output"
If you're using selenium, it shows that since the web browser will open in that window.
That's odd..make sure you don't have any other sort of program running. Make sure you are running just the Flask application.
That screen usually comes up when you use something like tkinter or when you write something in Pygame.
Odd. Might want to report to bugs.
I comes part with it. there is no other way to do it. it's default.
That screen doesn't usually show up when running a Flask application though..
@MocaCDeveloper yeah, i meant when opening the window, it comes up. pygame, tkinter.
But he's making a Flask application with selenium..there should be nothing that causes that screen. If anything, there should just be a plain white screen that is the Flask template running..
@MocaCDeveloper oh, then that shouldn't be there.
umm i dont think it comes down i think its part of te website
@bottlesandcaps oh will that sucks :\
@AhmadWajid1 yeah ik
That screen is only if you're writing a tkinter application or a game in Python/Pygame. That screen isn't usually there when it comes down to writing Flask applications which is why it is strange.
@AhmadWajid1 perhaps you made a Pygame repl?
I have the same problem. I can only see the website but not my selenium output. this is very annoying because I'm getting errors because selenium can't take screenshots with width 0 :(