Skip to content

Commit

Permalink
Update index1.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Savio629 authored May 23, 2024
1 parent 759e70e commit 3e0a3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index1.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (isNaN(startIndex) || isNaN(endIndex) || startIndex < 0 || endIndex < startIn
}

(async () => {
const browser = await puppeteer.launch({ headless: true });
const browser = await puppeteer.launch({ headless: false });
const page = await browser.newPage();
await page.goto('https://ejalshakti.gov.in/jjm/JJMReports/profiles/rpt_VillageProfile.aspx', { waitUntil: 'networkidle2' });

Expand Down

0 comments on commit 3e0a3ce

Please sign in to comment.