3

I went through the instructions here, but still when pressing on record web (on chrome of course) I still get the regular browser and not incognito mode. Maybe there is a way to change this in the testCase script?

How can I record using incognito?

Here are my settings: Here are my settings: I of course pressed apply :-)

Maybe I am running it wrong? Here is how I run it:

Here is how I run it:

P.S. I also tried to do so in Firefox and was unsuccessful.

Mate Mrše
  • 7,997
  • 10
  • 40
  • 77
Tomer
  • 531
  • 7
  • 19

1 Answers1

5

The change you are doing in the settings are for the execution and not for the recorder/spy.

For recording using Katalon:

  1. Install the Katalon extension on your browser
  2. Allow Katalon extension (in chrome) to be loaded also for incognito mode.
  3. open an incognito browser
  4. in katalon studio execute recorder/spy
  5. in recorder/spy choose active browser - this will connect your recorder to incognito window that was opened in step 3
Tomer
  • 531
  • 7
  • 19
Andrej
  • 111
  • 6
  • Thanks, do you know how to capture in incognito mode? – Tomer Nov 12 '18 at 20:57
  • 1
    1. allow Katalon extension (in chrome) to be loaded also for incognito window
    2. open incognito browser
    3. in katalon studio execute recorder/spy
    4. in recorder/spy choose active browser - this will connect your recorder to incognito window that was opened in step 2.
    – Andrej Nov 13 '18 at 09:13
  • Regarding downloading the extension on incognito: I get an error that it is not available on incognito mode. Also I am unable to find any option on my regular Katalon extension to make it work on incognito (I tried to search for this) – Tomer Nov 14 '18 at 07:59
  • 1
    chrome: settings -> extensions -> Katalon recorder -> Details -> Allow in incognito – Andrej Nov 14 '18 at 14:05
  • Thanks, for me it is: chrome: (right click) Katalon extension -> Manage extentions -> Allow in incognito Tomorrow will check if the whole process will solve this, thanks! – Tomer Nov 14 '18 at 14:28
  • Yep Thanks! it works. I will later edit your answer with your comments or you can edit it and will tag it as an answer – Tomer Nov 15 '18 at 07:56