I am trying to scrape a telephone number from a website.
When i inspect the telephone number from the second entry, the inspector in Chrome gives me the following result:
<span class="nummer">(012) 34 56 78</span>
<span class="suffix encode_me telSelector129112728843_1306868" data-telselector="telSelector129112728843_1306868" data-telsuffix="IDEw"> 90</span>
However, Htmlunit (and Chrome, if I click "show source") show the following:
<span class="nummer">(012) 34 56 78</span>
<span class="suffix encode_me telSelector129112728843_1306868" data-telselector="telSelector129112728843_1306868" data-telsuffix="IDEw"></span>
Any way to get this last block of the telephonenumber with Htmlunit?