My python code is running continuously without giving any exception or error

Hi,

I am testing software using selenium and when I tried to click on a particular button it is unable to click but running continuously for hours without giving any warning/exception/error.

Can anyone please help me solve this issue?

What IDE are you using?

If you are using Pycharm you can use the breakpoint functionality and see exactly what your code is doing.

Actually, you don’t need an IDE to use breakpoints.

I am using spyder. I tried threading, but no result.