Registration on the site consists of three stages. The first step is to provide a name, email address. When you submit the form of the first step, you are redir
I am trying to scrape some startups data of a site with puppeteer and when I try to navigate to the next page the cloudflare waiting screen comes in and disrupt
I'm trying to make use of Puppeteer within a ts file which works fine except the VSCode Intellisense stops working a soon as I'm inside a .ts and not a .js file
When executing my puppeteer code, I'm unable to get past the email page after clicking next because of some sort of bot protection from Google stating "Try usin
I am trying to access a document inside an iframe (iframe has no id). I can get to the iframe but, there is a document inside that iframe that i need to access.
I am trying to make a script that will load up facebook, type in an email and password and automatically log in. However, when opening the url "https://facebook
I am loading a page, intercepting its requests, and when a certain element shows up I stop loading and extract the data I need... Here is the problem that I am
I am loading a page, intercepting its requests, and when a certain element shows up I stop loading and extract the data I need... Here is the problem that I am
I am trying to generate a PDF in browser(chrome v8) using HTML by sending it to puppeteer. The html is getting generated using ejs since there is dynamic conte
I am trying to download a pdf from a Website. The website is made with the framework ZK, and it reveals a dynamic URL to the PDF for a window of time when an id
Given the following markup: <label for="name">Name</label> <input type="text" id="name" /> I want to fill the input value in a Playwright tes
I am trying create PDF files dynamically using the puppeteer lib but the pdf that is generated doesn't use the custom fonts (.woff) instead uses default system
Is it possible to launch Playwright with headless set to true and then later while the browser is still running change headless to false? I could not find anyth
const puppeteer = require('puppeteer-extra'); const chalk = require('chalk');; const StealthPlugin = require('puppeteer-extra-plugin-stealth'); const modules =
I need to get a text from the span tag and to verify whether the text equals to "check". How can I achieve this in puppeteer? Below is the example of the code
I've a Puppeteer application running on Heroku. The buildpacks I'm using are: https://github.com/jontewks/puppeteer-heroku-buildpack https://github.com/mentimet
I need to talk to a telegram bot, with my web app. So i decided to do a web scrapping, i do not know if its the best strategy. When i try to access the telegram
I am building a web application for a project and I would like to send a message in a discord server via Puppeteer without using the Discord.js library. I have
I am trying to scrape some table tennis betting odds using puppeteer. However, I am dealing with a problem trying to load Setka Cup table tennis matches. This c
We are running puppeteer with docker and whenever it get a new request to run the script we are getting the following error: Failed to connect to the bus: Faile