n***@gmail.com
2016-01-25 09:38:41 UTC
Please, I'm trying to speed up the voice of the site
https://translate.google.com in vba 2003. When I click the first time in
the translation micorfone is at normal speed, and the second time is at on
reduced speed, however we need to
control the speed of speech to be able to put on my desired speed, which is
faster. What I've done so far is:
Public Sub good()
Dim driver As New SeleniumWrapper.WebDriver
Dim Waiter As New Waiterescondidinho
Dim keys As New SeleniumWrapper.keys
driver.Start "chrome", "https://translate.google.com"
driver.Open "/"
driver.Type "name=text", "good morning"
driver.Click "id=gt-res-listen"
End Sub
Thanks Nelson.
https://translate.google.com in vba 2003. When I click the first time in
the translation micorfone is at normal speed, and the second time is at on
reduced speed, however we need to
control the speed of speech to be able to put on my desired speed, which is
faster. What I've done so far is:
Public Sub good()
Dim driver As New SeleniumWrapper.WebDriver
Dim Waiter As New Waiterescondidinho
Dim keys As New SeleniumWrapper.keys
driver.Start "chrome", "https://translate.google.com"
driver.Open "/"
driver.Type "name=text", "good morning"
driver.Click "id=gt-res-listen"
End Sub
Thanks Nelson.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/88c1d506-86ea-407b-8002-92870990900a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/88c1d506-86ea-407b-8002-92870990900a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.