Katalon - recording on incognito mode
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:
I of course pressed apply :-)
Maybe I am running it wrong?
Here is how I run it:
P.S.
I also tried to do so in Firefox and was unsuccessful.
katalon-studio incognito-mode katalon-recorder
add a comment |
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:
I of course pressed apply :-)
Maybe I am running it wrong?
Here is how I run it:
P.S.
I also tried to do so in Firefox and was unsuccessful.
katalon-studio incognito-mode katalon-recorder
add a comment |
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:
I of course pressed apply :-)
Maybe I am running it wrong?
Here is how I run it:
P.S.
I also tried to do so in Firefox and was unsuccessful.
katalon-studio incognito-mode katalon-recorder
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:
I of course pressed apply :-)
Maybe I am running it wrong?
Here is how I run it:
P.S.
I also tried to do so in Firefox and was unsuccessful.
katalon-studio incognito-mode katalon-recorder
katalon-studio incognito-mode katalon-recorder
edited Dec 2 '18 at 21:28
Mate Mrše
1,0431323
1,0431323
asked Nov 12 '18 at 9:58
Tomer
333315
333315
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The change you are doing in the settings are for the execution and not for the recorder/spy.
For recording using Katalon:
- Install the Katalon extension on your browser
- Allow Katalon extension (in chrome) to be loaded also for incognito mode.
- open an incognito browser
- in katalon studio execute recorder/spy
- in recorder/spy choose active browser - this will connect your recorder to incognito window that was opened in step 3
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<br> 2. open incognito browser<br> 3. in katalon studio execute recorder/spy<br> 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 9: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 7: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
|
show 1 more comment
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53259711%2fkatalon-recording-on-incognito-mode%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The change you are doing in the settings are for the execution and not for the recorder/spy.
For recording using Katalon:
- Install the Katalon extension on your browser
- Allow Katalon extension (in chrome) to be loaded also for incognito mode.
- open an incognito browser
- in katalon studio execute recorder/spy
- in recorder/spy choose active browser - this will connect your recorder to incognito window that was opened in step 3
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<br> 2. open incognito browser<br> 3. in katalon studio execute recorder/spy<br> 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 9: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 7: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
|
show 1 more comment
The change you are doing in the settings are for the execution and not for the recorder/spy.
For recording using Katalon:
- Install the Katalon extension on your browser
- Allow Katalon extension (in chrome) to be loaded also for incognito mode.
- open an incognito browser
- in katalon studio execute recorder/spy
- in recorder/spy choose active browser - this will connect your recorder to incognito window that was opened in step 3
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<br> 2. open incognito browser<br> 3. in katalon studio execute recorder/spy<br> 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 9: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 7: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
|
show 1 more comment
The change you are doing in the settings are for the execution and not for the recorder/spy.
For recording using Katalon:
- Install the Katalon extension on your browser
- Allow Katalon extension (in chrome) to be loaded also for incognito mode.
- open an incognito browser
- in katalon studio execute recorder/spy
- in recorder/spy choose active browser - this will connect your recorder to incognito window that was opened in step 3
The change you are doing in the settings are for the execution and not for the recorder/spy.
For recording using Katalon:
- Install the Katalon extension on your browser
- Allow Katalon extension (in chrome) to be loaded also for incognito mode.
- open an incognito browser
- in katalon studio execute recorder/spy
- in recorder/spy choose active browser - this will connect your recorder to incognito window that was opened in step 3
edited Nov 16 '18 at 11:54
Tomer
333315
333315
answered Nov 12 '18 at 16:16
Andrej
1015
1015
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<br> 2. open incognito browser<br> 3. in katalon studio execute recorder/spy<br> 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 9: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 7: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
|
show 1 more comment
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<br> 2. open incognito browser<br> 3. in katalon studio execute recorder/spy<br> 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 9: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 7: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
Thanks, do you know how to capture in incognito mode?
– Tomer
Nov 12 '18 at 20:57
Thanks, do you know how to capture in incognito mode?
– Tomer
Nov 12 '18 at 20:57
1
1
1. allow Katalon extension (in chrome) to be loaded also for incognito window<br> 2. open incognito browser<br> 3. in katalon studio execute recorder/spy<br> 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 9:13
1. allow Katalon extension (in chrome) to be loaded also for incognito window<br> 2. open incognito browser<br> 3. in katalon studio execute recorder/spy<br> 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 9: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 7:59
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 7:59
1
1
chrome: settings -> extensions -> Katalon recorder -> Details -> Allow in incognito
– Andrej
Nov 14 '18 at 14:05
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
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
|
show 1 more comment
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53259711%2fkatalon-recording-on-incognito-mode%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown