I am trying to scrape some data from a table on the link below using the following Xpath -
//*[contains(text(),'Weight')]/parent::tr[1]/td
https://goprohs.com/shop/faucets/kitchen-faucet/pull-out-kitchen-faucet/blanco-alta-compact-kit-fct/
For some reason when I run this, I get a result of N/A which is the data-o_content result where I want to get the "6.6 lbs" back in this case
td class="woocommerce-product-attributes-item__value" data-o_content="N/A">6.6 lbs</td
Any help is much appreciated