This time I'm having an issue clicking on a custom radio button on this: https://www.nebraska.gov/LISSearch/search.cgi
When I click the radio button (in this case the radio button with id = radio1), I get an exception,
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element is not clickable at point (153, 449). Other element would receive the click: (Session info: chrome=80.0.3987.163)
I've tried clicking on it using both the xpath, and the id, both giving the same error. I understand what the error is--it's not clickable. I was wonder how I could get around this is actually click on the radio button. I've also included an image of the radio button set down bellow.