-
Notifications
You must be signed in to change notification settings - Fork 1
browser profiles CLI commands #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
browser profiles CLI commands #9
Conversation
…rowser-contexts-profiles
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Performed full review of 556ab5b...8d8e66e
9 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings
Sayan-
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes lgtm! Blocking until we've merged and updated the import!
browsers createprofiles <create|get|delete|list|download>commandsTL;DR
Adds CLI commands to create and manage browser profiles, allowing browser sessions to be saved and reused.
Why we made these changes
To fulfill a feature request (KERNEL-229) for saving and managing browser contexts. This allows users to maintain login states, cookies, and other session data across multiple browser instances, streamlining workflows that require persistent authentication.
What changed?
profilescommand: Added a new top-levelprofilescommand with subcommands forcreate,get,delete,list, anddownload.browsers createcommand with flags (--profile-id,--profile-name,--profile-save) to launch browsers using a specific, persistent profile.logs,browsers, andappcommands to use a newutil.FormatLocalutility for consistent local time display.profilescommand functionality.Description generated by Mesa. Update settings