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

Home

Hi. Through this site, you will learn how to program with ZeL and ZeFir (comming soon)

If you're unfamiliar with these languages, begin by checking out the dictatcial.

Before going further, please, download Zenith by clicking here

What is Zenith ?


The Zenith extension provides the ability to use ZeL scripts to operate the users mouse. Zel is a scripting language that has been created to allow the automation of mouse movements and gestures through a website. If visitors do not have the add-on, it is possible to propose them to be redirected to a download page and to install this add-on like a plug-in.

This is ideal for :

  • Web Sites' presentations
  • Tutorials
  • Automation of particular tasks

It is secure :

  • The user must click on an HTML element to execute a ZeL script
  • The visitor can either accept or refuse the execution of the Script
  • The visitor can see the script if he wants to.
  • The visitor can interrupt the script at any moment of the execution, simply by moving the mouse

An example is shown here (English):
Show Code

{
"debug":true,
  "url":"http://en.wikipedia.org",
  "do":[
{"audio":"http://membres.lycos.fr/coldsun/zenith/demo/demo_en/global1.ogg"},
{"audio":"http://membres.lycos.fr/coldsun/zenith/demo/demo_en/global2.ogg"},
{
"audio":"http://membres.lycos.fr/coldsun/zenith/demo/demo_en/global3.ogg",
  "do":[
{"goTo":"#p-logo"}
]},
{
"audio":"http://membres.lycos.fr/coldsun/zenith/demo/demo_en/global4.ogg",
  "do":[
{"goTo":"#n-randompage"},
{"click":"l"},
{"wait":"while loading"}
]},
{"audio":"http://membres.lycos.fr/coldsun/zenith/demo/demo_en/bg_music_(azereus).ogg",
  "options":"synchronous"},
{"audio":"http://membres.lycos.fr/coldsun/zenith/demo/demo_en/global5.ogg"},
{
"message":"Hello World",
  "do":[
{"audio":"http://membres.lycos.fr/coldsun/zenith/demo/demo_en/global6.ogg"}
],
  "style":"*{color:black; background:white; font-size:16px;}"}

]}

    

Or here (French):
Show Code

{
  "debug":true,
  "url":"http://fr.wikipedia.org",
  "do":[
	{"audio":"http://coldsun.free.fr/zenith/demo_zel/demo_wikipedia1.ogg"},
	{"audio":"http://coldsun.free.fr/zenith/demo_zel/demo_wikipedia2.ogg"},
	{"audio":"http://coldsun.free.fr/zenith/demo_zel/demo_wikipedia3.ogg",
	 "do":[
		{"goTo":"#searchInput"},
	]},
	{"audio":"http://coldsun.free.fr/zenith/demo_zel/demo_wikipedia4.ogg",
	 "do":[
		{"goTo":"#n-randompage"},
		{"click":"l"},
		{"wait":"while loading"},
		/*tant que la page ne contient pas de discussion*/
		{"whileExists":"#ca-talk.new",
		 "do":[
			{"goTo":"#n-randompage"},
			{"click":"l"},
			{"wait":"while loading"},
		]},
	]},
	{"audio":"http://coldsun.free.fr/zenith/demo_zel/demo_wikipedia5.ogg"},
	{"audio":"http://coldsun.free.fr/zenith/demo_zel/demo_wikipedia6.ogg",
	 "do":[
		{"goTo":"#ca-talk"},
		{"click":"l"},
		{"wait":"while loading"},
	]},
	{"audio":"http://coldsun.free.fr/zenith/demo_zel/demo_wikipedia7.ogg",
	 "do":[
		{"goTo":"#ca-history"},
		{"click":"l"},
		{"wait":"while loading"},
	]},
	{"audio":"http://coldsun.free.fr/zenith/demo_zel/demo_wikipedia8.ogg",
	 "do":[
		{"goTo":"#ca-nstab-main"},
		{"click":"l"},
		{"wait":"while loading"},
	]},
  ],
}

    

News about Zenith

New articles :

  • [didacticial] To begin
  • [instruction] whileExists/whileNotExists

© 2009 the Zenith Team.