full XPath: /html/body/form/center/table/tbody/tr[1]/td/table/tbody/tr[3]/td[1]/input selector: body > form > center > table > tbody > tr:nth-child(1) > td > table > tbody > tr:nth-child(3) > td:nth-child(1) > a XPath: /html/body/form/center/table/tbody/tr[1]/td/table/tbody/tr[3]/td[1]/a JSPath: document.querySelector("body > form > center > table > tbody > tr:nth-child(1) > td > table > tbody > tr:nth-child(3) > td:nth-child(1) > a")