Relative Content

Tag Archive for javascriptpythonjsonpdfplaywright

Playwright unable to Fetch JSON Data in Offline HTML File using Javascript

I’m trying to render an HTML form using data from a JSON file with JavaScript, so that i can save a populated form as a pdf. When I open the index.html file directly from the filesystem (using the file:// protocol), It’s unable to fetch the JSON data required to populate the form. The Javascript has also not run.