Try not using XPath, the slightest change in the page’s DOM might destroy the whole functionality and cause this error, use css selectors instead and try again.. I hope this might help