I'm looking for a way to Monkey test a website. Something like a browser plugin in which you could define a time interval and non-clicking zones, and then the plugin would start clicking (and possibly other actions) everywhere (except the non-clicking zones or DOM elements) during the specified time interval.
I've searched online and only found this type of tests for iPhone and Android.