Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 939 Bytes

CHANGES.md

File metadata and controls

40 lines (26 loc) · 939 Bytes

History

Version 0.1.0 (next version)

  • Enable to import launch from package root
  • Change browser.close to coroutine function

Version 0.0.9 (2017-09-09)

  • Delete temporary user data directory when browser closed
  • Fix bug to fail extracting zip on mac

Version 0.0.8 (2017-09-03)

  • Change chromium revision
  • Support steps option of Mouse.move()
  • Experimentally supports python 3.5 by py-backwards

Version 0.0.7 (2017-09-03)

  • Catch up puppeteer v0.10.2
    • Add Page.querySelectorEval (Page.$eval in puppeteer)
    • Deprecate ElementHandle.attribute
    • Add Touchscreen class and implement Page.tap and ElementHandle.tap

Version 0.0.6 (2017-09-02)

  • Accept keyword arguments for options
  • Faster polling on waitFor* functions
  • Fix bugs

Version 0.0.5 (2017-08-30)

  • Implement pdf printing
  • Implement waitFor* functions

Version 0.0.4 (2017-08-30)

  • Register PyPI