Please remove unnecessary --disable-extensions --disable-extensions-except switches for chrome.exe

@vpalmason

If you want to open Chrome with your bookmarks, you need to open Chrome with a custom “Chrome Profile”. See the following discussion:

  1. You would want to create a “Chrome Profile” (or Chrome User, I am not sure how I should call it) named Katalon. You would do this manually in Chrome browser directly without Katalon Studio.
  2. You would want to install extentions of your choice, prepares bookmarks into the Chrome Profile “Katalon”. You would do this setup manually in Chrome browser directly without Katalon Studio.
  3. Your test case script would resolve the Chrome Profile Directory path for the “Katalon” user by the following trick:
    Open Browser with Custom Profile - #8 by kazurayam
  4. Your test case script wouldl open Chrome specifying the resolved Chrome Profile path.
  5. Done, your test case script would be able to open Chrome using the profile “Katalon” having your extensions and bookmarks.
1 Like