TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Felipe Guedes
    3. Posts
    • Profile
    • Following 0
    • Followers 1
    • Topics 0
    • Posts 16
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Felipe Guedes

    • RE: Open Specific Netflix Movie with Alexa

      @Russ How i send you my voice record?

      posted in Windows
      Felipe GuedesF
      Felipe Guedes
    • RE: Open Specific Netflix Movie with Alexa

      its that !
      alexa.PNG

      posted in Windows
      Felipe GuedesF
      Felipe Guedes
    • RE: Open Specific Netflix Movie with Alexa

      Sorry, i don't see this msg.
      Yes, Alexa answer exactly this.

      Diga algo como execute a calculadora no laptop, você também pode dizer para se já estiver terminado.

      posted in Windows
      Felipe GuedesF
      Felipe Guedes
    • RE: Open Specific Netflix Movie with Alexa

      When i said the command like you said, alexa anwser me a helper to execute the command.

      posted in Windows
      Felipe GuedesF
      Felipe Guedes
    • RE: Open Specific Netflix Movie with Alexa

      i need to update something?

      posted in Windows
      Felipe GuedesF
      Felipe Guedes
    • RE: Open Specific Netflix Movie with Alexa

      @Russ I try to say in this order:

      Alexa, Abrir Execute Comando
      Alexa, Execute automação com parâmetro boss baby
      Alexa says: Diga algo como execute a calculadora no laptop, você também pode dizer para se já estiver terminado.
      

      Other way:

      Alexa, pergunte Execute Comando executar automação com o parâmetro X.
      Alexa says: Diga algo como execute a calculadora no laptop, você também pode dizer para se já estiver terminado.
      
      posted in Windows
      Felipe GuedesF
      Felipe Guedes
    • RE: Open Specific Netflix Movie with Alexa

      @Russ it's doesn't work.
      No problem

      posted in Windows
      Felipe GuedesF
      Felipe Guedes
    • RE: Open Specific Netflix Movie with Alexa

      @Felipe-Guedes Otherwise, is this configuration set maximized chrome.

      var chrome = require("selenium-webdriver/chrome");
      
      /** 
       * Set chrome command line options/switches
      */      
      var chromeOptions = new chrome.Options();
      chromeOptions.addArguments("test-type");
      chromeOptions.addArguments("start-maximized");
      chromeOptions.addArguments("--js-flags=--expose-gc");
      chromeOptions.addArguments("--enable-precise-memory-info");
      chromeOptions.addArguments("--disable-popup-blocking");
      chromeOptions.addArguments("--disable-default-apps");
      chromeOptions.addArguments("--disable-infobars");
      
      var driver = new Builder()
          .forBrowser('chrome')
          .setChromeOptions(chromeOptions)
          .build();
      

      I'm still searching how to set full screen in video, and how to stop and play.
      i'll post here when i find

      posted in Windows
      Felipe GuedesF
      Felipe Guedes
    • RE: Open Specific Netflix Movie with Alexa

      Perfect, now i can execute the command in trigger cmd and i have other problem hhahahahah.
      When i say - "Alexa, Execute comando" -> "Execute automacao com parametro boss baby" -> She don't recognize my command. Isn't an exemple with parameters in portuguese.
      Help me, we almost there !

      posted in Windows
      Felipe GuedesF
      Felipe Guedes
    • RE: Open Specific Netflix Movie with Alexa

      Yes, i know that.
      Thats my configuration:
      {
      "trigger": "abrir google",
      "command": "node C:\Users\Artista\Documents\node_modules\selenium-webdriver\exemple\google.js",
      "ground": "foreground",
      "voice": "abrir google",
      "voiceReply": "",
      "allowParams": "true"
      }

      And the full path:
      c6a209ef-d18f-43ce-a0b0-2ac841491e9d-image.png

      When i run directly in cmd, runs very well like i said, but in trggercmd no.

      posted in Windows
      Felipe GuedesF
      Felipe Guedes
    • RE: Open Specific Netflix Movie with Alexa

      Yes my command runs very well.

      posted in Windows
      Felipe GuedesF
      Felipe Guedes
    • RE: Open Specific Netflix Movie with Alexa

      Tks @Russ ,
      The command in node runs very well, but when i try to run in trigger cmd in my windows doenst run, when i try to run by the website, it shows me it did, but it didn't.

      posted in Windows
      Felipe GuedesF
      Felipe Guedes
    • RE: Open Specific Netflix Movie with Alexa

      When i run with parameters, it mark that command is run, but to my nothing happens.

      posted in Windows
      Felipe GuedesF
      Felipe Guedes
    • RE: Open Specific Netflix Movie with Alexa

      @Russ I dont know why, but de command doesn't execute NODE command.
      Can you explain to me what i need to do?

      posted in Windows
      Felipe GuedesF
      Felipe Guedes
    • RE: Open Specific Netflix Movie with Alexa

      @Russ sorry i'm very dummy, i don't know how to execute with parameters.
      I try this several times, but the Execute comando dont recognize my pc.
      I try to say: "Alexa, abrir Execute Comando", thats perfect, after that, when i say: "Execute automação(That is name to my command) no PC(voice name) com parametro boss baby, doesn't work, Alexa say: Eu não encontrei o dispositivo PC.

      Can you create a video with a exemple executing something with parameters, and configuration.

      posted in Windows
      Felipe GuedesF
      Felipe Guedes
    • RE: Open Specific Netflix Movie with Alexa

      Hello guys,

      I'm from Brazil, and i need to know how to configure or talk to alexa to start the command?
      Can you help me?

      Other wise, in chrome driver, you know how to configure full screen when start the movie or serie?

      posted in Windows
      Felipe GuedesF
      Felipe Guedes