@Russ How i send you my voice record?
Posts made by 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.
-
RE: Open Specific Netflix Movie with Alexa
When i said the command like you said, alexa anwser me a helper to execute the command.
-
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.
-
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 -
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 ! -
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:
When i run directly in cmd, runs very well like i said, but in trggercmd no.
-
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. -
RE: Open Specific Netflix Movie with Alexa
When i run with parameters, it mark that command is run, but to my nothing happens.
-
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? -
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.
-
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?