I am in the process of completing a script for work. The last step in my script is to click on the save button. I've tried several different methods(locate by id, css, and xpath). I keep getting error messages from Jupyter " Message: unknown error: Element is not clickable at point (908, 508)".
I am thinking it is due to the button having unselectable = "on". Does anyone know how to get around this?
Below is the HTML for the save button I am trying to click on.