YusukeIwaki/puppeteer-ruby

Support Puppeteer 13 features

Closed this issue · 1 comments

Simple description about the feature

https://github.com/puppeteer/puppeteer/releases/tag/v13.0.0

Usecase / Motivation

New features should be available also in Ruby.
Especially ElementHandle#waitForSelector would be desired.

Features

  • expose HTTPRequest intercept resolution state and clarify docs
  • implement Element.waitForSelector

Bug Fixes

  • handle multiple/duplicate Fetch.requestPaused events

Refactoring