Anuj-Panthri commited on
Commit
c685998
·
1 Parent(s): 0b70064
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -49,7 +49,7 @@ const getData = async (url) => {
49
  await page.goto(url, {
50
  // waitUntil: "domcontentloaded",
51
  });
52
-
53
  const title = await page.evaluate(() => {
54
  const elem = document.querySelector("span.B_NuCI");
55
  if (elem)
 
49
  await page.goto(url, {
50
  // waitUntil: "domcontentloaded",
51
  });
52
+ // trigger
53
  const title = await page.evaluate(() => {
54
  const elem = document.querySelector("span.B_NuCI");
55
  if (elem)