Im trying using webkit.net browser in my wpf project. but loading the images of the page makes it much slower. i dont need em. can you please tell me how to disable the images? ps: i add the browser programmatically.
Asked
Active
Viewed 90 times
0
-
Can you remove the
tags using something like HTML agility pack before setting the content of the browser control? – rmc00 Sep 07 '16 at 12:32
-
I tried with agilitypack but the problem is i trie to scrape info from pages after its finnished with javascript (the result basicly ) and with agility pack i couldn't make it work . i got erroren (you need to enable javascript on your browser or something likethat) – Saeed Asgari Sep 07 '16 at 12:35