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

    Felipe Guedes

    @Felipe Guedes

    0
    Reputation
    35
    Profile views
    16
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    Felipe Guedes Unfollow Follow

    Latest 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