Closed muhammetsahin closed 4 years ago
Not sure about the specific page, but since JS is on I suppose this is not a noscript
block, but rather a "JS script not loaded" issue.
Make sure the JS is not crashing (i.e., AngleSharp.Js is capable of running the script). Also note did you did not enable resource loading; if the JS is in an external *.js file, i.e., not inlined, then it won't be loaded with the configuration you supplied.
Please try to create a MWE to reproduce the problem in isolation.
Anything? cc @muhammetsahin
Bug Report
I added AngleSharp.Js and WithJs and also added user agent but I'm getting "You need to allow JavaSript for this site!" from our testing web site.
Prerequisites
AngleSharp.Css
for CSS support)Steps to Reproduce
Thank you for your help.