Skip to content

Instantly share code, notes, and snippets.

window.contextTimeout = null;
var ctx;
var opac;
var fadeIn;
Selenium.prototype.doSetContext = function(context) {
function fade()
{
if (fadeIn > 0) {
opac = opac + 10;
}