Skip to content

v0.5.0

Choose a tag to compare

@sohaib17 sohaib17 released this 17 Jan 14:32
· 5 commits to main since this release
837fe1a

Added

  • clean_data_dir parameter to Config class to control user data directory cleanup
  • Tab.parent property to access parent tab in iframe hierarchies
  • Elem.click() now returns the current top-level Tab instance if click happened
  • Platform detection for pipe transport using importlib.util.find_spec("posix")
  • Automatic DOM cache invalidation on cdp.dom.DocumentUpdated events
  • New example click_and_navigate.py demonstrating navigation after click

Changed

  • Updated screenshot example to use JPEG format instead of PNG
  • Updated README with documentation for new features
  • Updated tests suite
  • Updated CDP specs

Full Changelog: v0.4.0...v0.5.0