XPath get following sibling - From http://stackoverflow.com/questions/11657223/xpath-get-following-sibling
# //FIRST_SELECTOR/following-sibling::SECOND_SELECTOR # example: //tr[td=' Color Digest '][2]/td/following-sibling::td[1]