Spaces:
Sleeping
Sleeping
Commit
·
c685998
1
Parent(s):
0b70064
trigger
Browse files
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)
|