I wish to develop a browser extension that receives voice command input and simulates users’ actions such as link clicking/following, button pushing, etc. I found that Watir might be useful for this task, but is it possible to run Watir on a client browser?
In my understanding, we cannot execute Ruby on a client directly, right?
Is there any Watir clone for Javascript?
Watir requires that both it and Ruby be installed on the client machine. This cannot be done through a browser extension.