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.Open "/"
driver.Type "name=text", "good morning"
driver.Click "id=gt-res-listen"
End Sub
Thanks Nelson.