Skip to content

Releases: zfcsoftware/puppeteer-real-browser

Target Filter Issue Fixed and Docker Support Added

02 Mar 14:04
Compare
Choose a tag to compare

Full Changelog:

  1. A method has been created for functions such as page rendering that are blocked due to the Target Filter. (This issue will be resolved with a simpler method in the future)
  2. A Dockerfile file was created for the library to be used with Docker. It was tested with Docker on Ubuntu server.

Library Strengthened

25 Feb 15:44
Compare
Choose a tag to compare

What's Changed

  • The Chromium used has been changed, so the plugin can now be installed in the default usage. Use 2 no longer needs to be used.
  • Options like args, connect option, launch option can now be specified when connecting.
  • Fingerprint replacement library has been embedded in the library. You can now get an automatic unique fingerprint with a single variable sent.
  • Captcha clicks have been automated. With a single variable you will be able to make the CaptchaCheckbox click by itself.
  • The attachment is still active. However, it will be deprecated soon. It is recommended to update your code.
  • Targetfilter issues such as opening a new page have not been fixed yet. This is being worked on, but it is not an obstacle to use.

Version 1.1.5 - Fixed bugs in default and manageable uses.

17 Jan 01:05
Compare
Choose a tag to compare
  • The issue with manageable usage has been resolved and tested in linux and windows environment.
  • The new package @CrispyyBaconx upgraded to Typescript has been released on a different Branch.
  • For 2 usages, how to change the fingerprint has been added to the documentation.