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

click

Description

Clicks where the poiter is located.

Syntax

Needed pairs :

  • Either :
    • "­click" : "l"
    • "­­click" : "m"
    • "click" : "r"

Example

This will move the cursor to the button in the "play area" and click on it


{
   "debug":true,
   "do":[
{"goTo":"#change_my_color"},
{"click":"l"},
{
 "message":"Wow, the color changed :p",
 "duration":3000
},
   ]
}

    

Play Area

© 2009 the Zenith Team.