Sublime Forum

Sublime 4 build results selenium long time to get output

#1

Hello, I have ordered new license for SU4 and now I have tried with selenium python package.
I am looking for some modifications of build system or something to not get outputs from selenium only after timeout. In pycharm I used to get response as soon as I was canceling the process.
I am doing Cancel build and in output window is only [Cancel Build] no meaningful message or I can wait until my selenium throw error like

selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:63457 from chrome not reachable Stacktrace: GetHandleVerifier [0x00C837C3+48947] (No symbol) [0x00C18551] (No symbol) [0x00B1C7F0] (No symbol) [0x00B11011] (No symbol) [0x00B3EDB7] (No symbol) [0x00B395E1] (No symbol) [0x00B39447] (No symbol) [0x00B6B840] (No symbol) [0x00B6B3CC]

Btw I am using "cmd": ["python3", "-u", "$file"] standard build system for Python 3

Thanks

0 Likes

#2

Any additional delay there is most likely caused by the application you’re running. Do you see the same thing when you run the same command from the command line?

0 Likes