Skip to content

marcatos/speechnav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speechnav

Integration with web speech api for web browsing

Vocal comands to implement for the next first release:

Again

This command repeats last command executed (if possible).

Click on

This command search inside body any link with text and simulate the click on the first of them.

Enable

This command search inside body any element with text and simulate the hover on the first of them.

Go to

This command search inside body any link with text and simulate the click on the first of them.

Show Next

This command go foward on a gallery by simulating click on element with id "next".

  • It's repeatable.
Show Previous

This command go back on a gallery by simulating click on element with id "previous".

  • It's repeatable.
Show Zoom

This command enable zoom by simulating click on element with id "zoom" (if exist).

  • Usually on a product or gallery page.
  • It's stoppable, basically by simulating the "esc" button.
Search

This command enables input text with id "search" (if exist), fill it with and sumbit form.

Scroll Down

This command scrolls down page to little less of window height size.

  • It's repeatable.
  • It's stoppable.
Scroll Up

This command scrolls up to to little less of window height size.

  • It's repeatable.
  • It's stoppable.
Scroll Left

This command scrolls to left to little less of window width size.

  • It's repeatable.
  • It's stoppable.
Scroll Left

This command scrolls to right to little less of window width size.

  • It's repeatable.
  • It's stoppable.
Stop

This command stops execution of current command executing (if possible).

About

Integration with web speech api for web browsing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published