Login as root
$ sudo su
Install updates
$ apt-get update && apt-get upgrade
Install Tomcat from the Ubuntu repository
Login as root
$ sudo su
Install updates
$ apt-get update && apt-get upgrade
Install Tomcat from the Ubuntu repository
// Hook in to `addEventListener` to track the mouse and display it as a circle | |
exports.onPageLoad = function() { | |
return browser.executeScript(function() { | |
(function() { | |
var EventSniffer = function() { | |
this.history = []; | |
this.callbacks = {}; | |
this.minCacheSize = 100; | |
this.maxCacheSize = 500; | |
}; |