🔥 Introduced support for embedding images into operator messages via the set_operator_msg function.
⚡️ Enabled non-blocking execution for set_operator_msg by utilizing the block=False parameter.
💡 Added the clear_operator_message function. Now, operator messages can stay open in non-blocking mode while tests continue running. You can close these messages programmatically from anywhere in the code, eliminating the need to manually click the close button or press Escape.
✨ Enhanced customization options by adding the font_size argument to DialogBox and set_operator_message, allowing you to adjust the font size in dialog boxes and operator messages.
✔️ Fixed a bug where operator messages and dialog boxes occasionally failed to appear before the browser page was reloaded.