@Russ How i send you my voice record?
 
			
			
			
		Latest posts made by Felipe Guedes
- 
    RE: Open Specific Netflix Movie with Alexaposted in WindowsSorry, 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. 
- 
    RE: Open Specific Netflix Movie with Alexaposted in WindowsWhen i said the command like you said, alexa anwser me a helper to execute the command. 
- 
    RE: Open Specific Netflix Movie with Alexaposted in Windows@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.
- 
    RE: Open Specific Netflix Movie with Alexaposted in Windows@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
- 
    RE: Open Specific Netflix Movie with Alexaposted in WindowsPerfect, 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 !
- 
    RE: Open Specific Netflix Movie with Alexaposted in WindowsYes, 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: 
  When i run directly in cmd, runs very well like i said, but in trggercmd no. 
