Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Last tab still opens on profile start

I had a question about starting profiles, whether there is a way to open a new tab instead of loading up the previously saved session? Furthermore, if there is a way to do it, can be be done with in a manner where cookies persist across sessions?

Thank you!

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

To prevent your browser from opening tabs from previous sessions, you can configure the profile settings to always start with a specific page. This can be done in a couple of simple steps:

1.Access Profile Settings:

  • Click on the three dots "…" next to your profile.
  • Select "Edit" from the dropdown menu.

2.Navigate to Advanced Settings:

  • Once in the profile settings, click on "Advanced Settings"
  • Switch to the "Browser" tab.

3.Set the Start Page:

  • In the "Start Page" section, input the URL you want to be displayed
    when you open the profile.
  • To start with a blank page, simply type about:newtab.or about:blank.

Furthermore, you can also make these changes via the CLI by using the following code:

For Javascript:

const createProfileRequest = BuilderForCreateProfile 
   .set_start_page('about:newtab') \

For Python:

create_profile_request = BuilderForCreateProfile 
   .set_start_page('about:newtab') \

This information is also available on one of the public articles that Kameleo has -> https://help.kameleo.io/hc/en-us/articles/14190549346588-Reopen-profiles-with-empty-page

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading