Giter Site home page Giter Site logo

checkly / theheadless.dev Goto Github PK

View Code? Open in Web Editor NEW
401.0 20.0 28.0 4.63 MB

๐Ÿช– Learn Puppeteer and Playwright - Tips, tricks and in-depth guides from the trenches.

Home Page: https://theheadless.dev

License: Creative Commons Attribution Share Alike 4.0 International

JavaScript 44.00% Vue 50.23% Stylus 5.65% SCSS 0.11%
puppeteer playwright browser nodejs javascript

theheadless.dev's Introduction

๐Ÿšจ We gave theheadless.dev a new home! This content was moved to Checkly Public WebSite, will remain OSS and we will publish fresh content around Puppeteer & Playwright there. Feel free to contribute, submit issues or open PR's in the new repository

๐Ÿ–– Hi, this is the repo with all content, code examples and the VuePress website that make up theheadless.dev, a community driven knowledge base for learning headless browser automation with Puppeteer and Playwright.

You can browse all code examples in this folder, or contribute your own!

Made with โ™ฅ๏ธ by ChecklyHQ

Contribute

We welcome new articles on Puppeteer, Playwright and any topic surrounding the practical application of modern headless browser frameworks. Read here how to contribute

Authors

Acknowledgements

This code uses parts of plugins and ejected themes from the Vue community:

theheadless.dev's People

Contributors

batuhan avatar hlenke avatar imgbotapp avatar maxigimenez avatar mxschmitt avatar ndom91 avatar ragog avatar thompsonjonm avatar tnolet avatar umutuzgur avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

theheadless.dev's Issues

Wrong id selector on e2e-coupon

Hey,

I appreciate your work ๐Ÿ‘ it's really useful !

Just found a little mistake on the puppeteer code in lines 24 - 25 for the e2e-coupon post:
Before :

  await page.waitForSelector("#cart-img");
  await page.click("#cart-img");

After:

  await page.waitForSelector("#cart");
  await page.click("#cart");

Cheers

Cannot Reach Site (Insecure Warning from Chrome and Safari)

I wish I could provide more information, but, the site is currently unreachable in my configuration -- it's corporate-controlled, so I have no idea what that config is. However, I get a

NET::ERR_CERT_INVALID

Subject: theheadless.dev

Issuer: Cisco Umbrella Secondary SubCA nyc-SG

Expires on: Aug 22, 2020

Current date: Aug 19, 2020

Despite it being the 19th, I cannot access your site.

Wish I could help more.

Sidebar covers footer on narrower resolutions

This is more of a cosmetic thing, but on narrower resolutions the sidebar covers part of the footer, making some of the text unreadable. I was able to reproduce this on Chrome and Firefox. Screenshot below:

Screenshot 2020-10-07 at 13 25 23

Wait for user Login

I am looking for an example where the script

  • Navigates to the Login page of website/application
  • Waits for the human to login into the website
  • Detects that the Login is successful
  • Takes action as programmed in the script
  • Logsout

Scripts like this can help automate tasks for people. Privacy is preserved as the script does not store/see the login credentials

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.