-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Description
I was trying to Scrap some details using cookies but When I am take a screenshot using
page.goto(url, {
waitUntil: "networkidle2",
});
const profilePageIndicatorSelector = ".pv-top-card";
await page
.waitFor(profilePageIndicatorSelector, { timeout: 5000 })
.catch((err) => {
console.warn("profile selector was not found because ", err.message);
});
await page.screenshot({ path: "example.png" });
console.warn("Complete");
It shows loading bar of Linkedin
example.png
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
