Author Topic: Rawparam for Incognito Chrome?  (Read 1108 times)

0 Members and 1 Guest are viewing this topic.

Spenner11

  • Jr. Member
  • **
  • Posts: 26
  • Karma: 0
  • British laddo, kicking it in B.C
    • View Profile
Rawparam for Incognito Chrome?
« on: May 20, 2015, 07:14:34 PM »
Hey all, does anyone know the rawparam line for opening an incognito tab with chrome?
Thanks in advance
Jamie  ;D

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Rawparam for Incognito Chrome?
« Reply #1 on: May 21, 2015, 03:28:49 AM »

Yes  ;)

When you use the Launch.RawParameter action, put the path to your chrome browser in the first field and   -incognito   in the parameter field, that is all.
« Last Edit: May 21, 2015, 03:42:03 AM by Kalle »
***********  get excited and make things  **********

nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2012
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
Re: Rawparam for Incognito Chrome?
« Reply #2 on: May 21, 2015, 08:07:47 AM »
In case it's not clear, you can put the specific URL you want to navigate to in the "command line parameters" field, after -incognito

i.e.

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.4.6-->
<command id="766" name="Chrome incognito" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>Launch.RawParam</cmdType>
    <params>
      <param>{Path.PFx86}\Google\Chrome\Application\chrome.exe</param>
      <param>-incognito www.youtube.com/jitterjames</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <phrase>Chrome incognito</phrase>
</command>

http://www.tech-recipes.com/rx/3479/google-chrome-use-a-command-line-switch-to-open-in-incognito-mode/


« Last Edit: May 21, 2015, 08:09:58 AM by nime5ter »
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)