python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Puppeteer / POST Request
I'm trying now since over 48 hours and googelt almost the whole web. My problem is that when use puppeteer the POST Request is not working - I tried many websites but the POST Form Action is not worki...
Gumigo
Votes: 0
Answers: 1
Is it possible to save mocha reporter as well as displaying it?
I am using puppeteer and mocha for some tests. By default, the reporter displays results at the end of a run in the console.
It is also possible to save the report in a separate file.
I cannot seem to...
emsauce
Votes: 0
Answers: 1
How to make puppeteer do a javascript function
So I am trying to make puppeteer lunch a page and then put a token inside a local storage.
.setItem not working it is just crushing my chromium.
so there is a page called discord
and if you have a use...
Dor Elisha
Votes: 0
Answers: 1
Puppeteer: select by class, but only first element
There are several div classes "jadejhlu" containing a a=href link. How can I select only the first div class to get only one link? I tried
const selector = 'div.jadejhlu > a'
const links ...

Klaus
Votes: 0
Answers: 2