v133.0-beta.18
·
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.widthandscreen.heightdid 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. |