I wrote a small program to type in inputs on the social security quick calculator website using Selenium with chrome driver. At the beginning it always worked. However today when my Selenium program click this submit button:
original web https://www.ssa.gov/oact/quickcalc/
I got this error page:
While I am supposed to get:
This can be given if I manually click on the submit button
Could anyone tell me what is going on here?