Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a significant refactoring of the emulation system, renaming EmulationOption to Emulation, Emulation to Profile, and EmulationOS to Platform. It also expands the supported browser versions for Chrome, Edge, Firefox, and Opera, and updates the TLS configuration to support specific KeyShare settings. Documentation and examples have been updated to reflect these API changes, and the Jar class was simplified by removing compression options. Review feedback identified a few issues including a NameError in a documentation example due to an incomplete rename, a typo in a class variable name (Chorme146), redundant type unions in a constructor signature, and mismatched parameter names in a docstring example.
close: #536
close: #547
close: #518