Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Savio629 authored May 23, 2024
1 parent d424998 commit b617253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function getOptions(page, selector) {

async function scrapeData() {
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 b617253

Please sign in to comment.