python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why is it not possible to load extension in Cypress using headless mode
I've developed a chrome extension and I would like to e2e test it in a pipeline. So I install Cypress. But then I saw the following code example
// NOTE: extensions cannot be loaded in headless Chro...
Jeanluca Scaljeri
Votes: 0
Answers: 0
Puppeteer page.exposeFunction producing Error: Execution context is not available in detached frame "about:blank"
I'm building a web scraper, which has series of function calls passing around a puppeteer page object with the css selector string, to extract that html object and apply some arbitrary modification on...
Faiz Ahmed
Votes: 0
Answers: 0
Session.desiredCapabilities are ignored by Session.negotiatedCapabilities when running PhantomJSDriver
I have a requirement where I need to run test scenarios of validating my webpage in Amazon linux2 instance without any GUI. Hence I selected PhantomJS/GhostDriver to perform these executions.
I also n...
Arka
Votes: 0
Answers: 0
Open whatsapp on a headless browser
Use case:
Sending out automated WhatsApp messages using pythonanywhere. Step by step logic below:
non-coders write on a gsheet the phone numbers to which we should
send out the messages
the gsheet d...
JCVLC
Votes: 0
Answers: 0