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 8, 2024
1 parent 30f5785 commit 85526a1
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 @@ -23,7 +23,7 @@ async function getValue(page, selector) {

async function scrapeData(startDistrict, endDistrict) {
try {
const browser = await puppeteer.launch({ headless: false });
const browser = await puppeteer.launch({ headless: true });
const page = await browser.newPage();
await page.goto('https://ejalshakti.gov.in/JJM/JJMReports/BasicInformation/JJMRep_AbstractData_D.aspx', { waitUntil: 'networkidle0' });

Expand Down

0 comments on commit 85526a1

Please sign in to comment.