Didacticials

  • To begin
  • Make Automations [comming soon]
  • Make Didacticials or Presentations [comming soon]

Instructions

  • goTo
  • click
  • wait
  • message
  • for
  • alert
  • ifexists / ifnotexists
  • whileExists
  • audio
  • exit

Links

  • Download Zenith
  • jQuery's Selectors

About Zenith

  • Credits and Thanks
  • Binairies Sources

goTo

Description

Moves the cursor to an HTML element, specified by a jQuery Selector. Click Here to learn more about it.

Syntax

Needed pairs :

  • "goTo" : "jQuery selector"

Example

This will move the cursor to the logo of the website (with the ID "header")


{
   "debug":true,
   "do":[
{"goTo":"#header"},
{
 "message":"Here you are ;)",
 "duration":3000
},
   ]
}

    

© 2009 the Zenith Team.