Skip to content

v133.0-beta.18

Choose a tag to compare

@github-actions github-actions released this 04 Dec 02:25
· 478 commits to main since this release

Full Changelog: v132.0.2-beta.17...v133.0-beta.18


Keep in mind that Camoufox is in active development and not production ready.

If you experience any issues, please report them here.


Changes

  • Experimental support to execute JavaScript in the main world. Usage: page.evaluate("mw:<script>") Has only been implemented to return JSON serializable objects.
  • Fixed issue where custom screen.width and screen.height did not always apply correctly. #89
  • Bumped to Firefox 133.0

New Properties

Property Type Description
allowMainWorld bool Allows main world script evaluation. To use, prepend mw: to your script.