I am trying to find a Submit Button on a webpage, however using xPath is not working to find it for some strange reason, and it has no class, name, or id. The line itself in the webpage is below.
The xPath is
/html/body/div[3]/form/input[2]
but like I said, it can't find it this way for some reason. The selector is
body > div.pagebodydiv > form > input[type="submit"]:nth-child(5)
I just need to press this button and I can't figure out how. Please help. It is the Submit Button