I'm trying to extract the phone data after a </strong> in this web page code:
<strong class="styles__SCSectionTitleTitle-sc-v0nzb6-5 hCjKsp">Teléfonos</strong>669794282
Using the XPath
OBJ.FindElementByXPath("//*[@id='main']/div[1]/div[2]/div[2]/div/div/div/div/div/section/div/div[1]/div[2]/ul/div/div[3]/li/div/div//strong").Text,
I only get the word "Teléfonos".
Any help, please?