What is Puppeteer?
Who uses Puppeteer?
Puppeteer Integrations
Here are some stack decisions, common use cases and reviews by companies and developers who chose Puppeteer in their tech stack.
Test automation - Puppeteer is used currently, just rudimentary stuff, but considering the better choices with Playwright?
Hello, I am currently looking for a tool for automation tests in order to implement it into our CI/CD pipeline for both web development but also for Android and iOS. I considered Cypress but I need compatibility with Safari. I have knowledge of Java, C#, and JavaScript so the language isn't an issue. Also looked into Nightwatchjs and Puppeteer but found these 3 above more interesting.
My main concern is:
- Browser support - Desktop - needs to support Google Chrome, Safari, Firefox and Microsoft Edge (minimum)
- Browser support - Mobile - Safari and Chrome (minimum)
- App - Android and iOS
If possible i would like to avoid using another tool for mobile (like Appium)
What do you use? What is the one you recommend (even another from the ones mentioned)
Thank you very much for your help!
Currently, we are using Protractor in our project. Since Protractor isn't updated anymore, we are looking for a new tool. The strongest suggestions are WebdriverIO or Puppeteer. Please help me figure out what tool would make the transition fastest and easiest. Please note that Protractor uses its own locator system, and we want the switch to be as simple as possible. Thank you!
I work in a company building web apps with AngularJS. I started using Selenium for tests automation, as I am more familiar with Python. However, I found some difficulties, like the impossibility of using IDs and fixed lists of classes, ending up with using xpaths most, which unfortunately could change with fixes and modifications in the code.
So, I started using Puppeteer, but I am still learning. It seems easier to find elements on the webpage, even if the creation and managing of arrays of elements seem to be a little bit more complicated than in Selenium, but it could be also due to my poor knowledge of JavaScript.
Any comments on this comparison and also on comparisons with similar tools are welcome! :)