I'm launching my python script with a .bat
file. The python script open in the left side > ... driver.set_window_position(1, 0)...
I already know how to configure the size of the batch.
It's possible to specify the position where the window of the cmd
will open up?
batch code:
MODE CON: COLS=80 LINES=30
python web.py