There is a path to the element
//div[@id='product_option_id']/text() It turns out this result: Product ID: 22826
Html for it
<div class='item-last' id='product_option_id'>Product ID: 22826</div> How to use XPath to get only 22826 without "Product ID:"?