Can't get outer html of WebView in HTML when site is on cookiebot

143 views Asked by At

when I load my web, it returns html corretly.

But when I load any page of geocaching.com, I get source like that (you must be logined, otherwise it give other but still wrong content):

`https://pastebin.com/QJLS1Py3` 

I'm logined and accepted all cookies (visible on https://www.geocaching.com/account/documents/cookies).

When anyone will have solution which use HttpRequest / WebClient it's also appreciate, when it will be returning content like user is logined (many of data is hidden when user is not logined).

How can I get outer html of page?

Video of behaviours: https://vimeo.com/391693855

Thanks for help!

1

There are 1 answers

0
PatrikHorka On BEST ANSWER

Solveeeed! I have to do it several second delayed. Was enough insert something like in before eval.

await Task.Delay(5000);