Javascript – Extract text from Text Node using XPath
I am new to XPath and trying to capture the values "Time: " and "13:45" from the following HTML snippet. Any help or suggestion will be really useful. Thank you! <div class="inner-box"> <p class="inner-info-blk"> <strong>Time: </strong> "13:45" </p> </div> I…