Nothing happens on Clicking submit button

I followed over the tutorial, but when is wrote the last line to submit the code, my code didn’t ran, infact it cam back to the main problem window. I i don’t get a window that display that my code is running and then displays submission successful, infact it don’t give any result, and take me back to problem window.
Please check my problem from this video link , as i won’t be able to express my problem by typing only.
video link:-https://drive.google.com/file/d/1cDU1PON4L7juxrmL6VtFa5EvEp8CJXZK/view?usp=sharing

hey @saksham_thukral ,
try runnning your whole code in a single cell . It might help.
and if still this happens, then kindly share with me your code . i will need to run and debug it.

Thank You :slightly_smiling_face:.

Hi Bhaiya!
I tried executing it in .py file and even in a single cell in jupyter notebook, but problem was same,
moreover i am getting one more problem in executing in a single cell, actually when i was implementing accoridng to the tutorial, my editor was opening in ide mode, so i wrote an extra statement in my code that will shift my ide mode to non-ide mode, but when i tried to run the same code in .py it was already opening in non-ide mode, and thereby my my click command that was written to change ide mode to non-ide mode gives error.Sometimes it works and sometimes it don’t works, so can you tell me whether can i apply if condition in selenium, if yes then plese tell me how, i guess that will resolve my problem of clicking to change ide.

But my first problem is still there i don’t have any idea why it happening so !!

Code link after converting it into .py file: - https://drive.google.com/file/d/1Bty_SNRojyHH0H70yLDUnn4E2o616J8s/view?usp=sharing

hey @saksham_thukral ,
have a look at this code file , i hope this helps you.

:slightly_smiling_face:.