i am trying to scrape the address and email from HTML code using xpath .
//*[@id="divbody"]/table/tbody/tr/td[2]/table
this is the xpath, I am typin