• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
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 Jul 1, 2020, 3:06 AM Last Online Nov 27, 2020, 4:42 PM

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
    F
    Felipe Guedes
    Oct 22, 2020, 8:24 PM
  • RE: Open Specific Netflix Movie with Alexa

    its that !
    alexa.PNG

    posted in Windows
    F
    Felipe Guedes
    Aug 2, 2020, 11:08 PM
  • 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
    F
    Felipe Guedes
    Aug 1, 2020, 9:04 PM
  • 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
    F
    Felipe Guedes
    Jul 14, 2020, 1:35 AM
  • RE: Open Specific Netflix Movie with Alexa

    i need to update something?

    posted in Windows
    F
    Felipe Guedes
    Jul 12, 2020, 9:28 PM
  • 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
    F
    Felipe Guedes
    Jul 10, 2020, 11:30 PM
  • RE: Open Specific Netflix Movie with Alexa

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

    posted in Windows
    F
    Felipe Guedes
    Jul 9, 2020, 9:24 PM
  • 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
    F
    Felipe Guedes
    Jul 8, 2020, 12:02 AM
  • 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
    F
    Felipe Guedes
    Jul 7, 2020, 11:46 PM
  • 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
    F
    Felipe Guedes
    Jul 5, 2020, 3:56 PM