Chrome PHP v0.2.2 Release Notes

  • 2018-08-28

    • ๐Ÿ”‹ Features:
      • Added mouse api (move, click)
      • Page info are now in sync with the browser
      • Added a shortcut to get current page url: Page::getCurrentUrl
      • Added ability to get and set cookies from a page: Page.setCookies, Page.readCookies , Page.readAllCookies
      • improved some error reporting
      • added ability to set custom user agent: Page::setUserAgent or via factory option userAgent
    • ๐Ÿ› Bug fixes:
      • fixed a bug with directory creation for screenshots