Getting error in submit button clicking step
This error- ElementClickInterceptedException: element click intercepted: Element is not clickable at point (133, 544). Other element would receive the click: …
(Session info: chrome=84.0.4147.89)
Getting Error in last step
Hey @vidit123, I request you to please share your .ipynb file so that it is convenient for me to debug. Kindly upload your .ipynb file on google drive and then share the link over here !
Thanks ! 
https://drive.google.com/file/d/1IwL6g5VmeugOFNnEQ__hS74Vx-2IPoAb/view?usp=sharing , this is my code
You are not running your code in Jupyter notebook ?
I am running n spyder in anaconda.
Hey @Akshay123, I request you to create a new thread for your doubt ! I would be happy to help !
Thanks 
Did you find anything wrong??
sorry Akshay123 is my other id which was login , plz continue with this
Hey @vidit123, I don’t find anything wrong in the code, but I would have to take a look at the output of execution of each cell. That’s why I would advise you to use anaconda Jupyter Notebook for that. Also at which line are you getting the error ?
This is the screenshot of the python console I am getting after running the code, also the program works fine till the end, but the submit code button is not clicking.
I hope you are working on it??
Hey @vidit123, I tried looking at the possible reasons due to which this error maybe arising. Please go through the below links once and see which case matches your code.
The second blog will give you solutions to resolve this error. Please go through it completely !
I hope this helps you resolve this error !
Happy Learning ! 
Can you please make relevant changes in my code as you have read it and understood it, It would be highly appreciable.
I have given editor access, so plz help me in this- https://drive.google.com/file/d/1IwL6g5VmeugOFNnEQ__hS74Vx-2IPoAb/view?usp=sharing
Hey @vidit123, since this was not done in the video by sir, I have not tried doing this on my own. So I would say, since you have decided to go one step ahead, you will benefit the best if you keep trying different things. I have just given you the resources, go through them try to understand them and then make appropriate changes in the code. Maybe there is a syntactical error when you are using find_element_by_xpath( ) . So try to do it by different ways and I am sure you will get the correct answer someday or the other.
Thanks and All the best ! 
This was done by sir in the video itself, from where I copied it, but this is giving error when I am running it,also there is error in line 54 of code which I provided u. I am not getting the changes that’s why I am asking for help.
It’s been more than a day, I a m trying this problem, but not got the answer
Okay let me help you then. So firstly make sure when you are running this code, you maximise the window to the full screen and not any other resolution. Secondly, try to use this and tell me what is the output :
code_element = browser.find_element_by_id('edit-program')
code_element.send_keys(code)
browser.find_element_by_id("edit-submit-1").click()
This should work fine for you. There is no need to use xpath for finding the element.
Happy Learning ! 
And you need to toggle the editor also so don’t comment that line.
browser.find_element_by_id('edit_area_toggle_checkbox_edit-program').click()
Don’t comment out this line in your code !
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.
