Click2

Click 2 API is exactly similar to Click concerning syntax, usage, and purpose.

Click API should work for 90%+ of Apps

Click2 might work for 60% of Apps, Click 2 is an alternate API for a click, this is because of HTML+5, Developers are using new ways to handle clicks, a single implementation might not work fine for every application.

Click 2 was created because the normal click was getting some pop-up error for certain applications.

Click 2 is using jquery to perform the click.

var click2 = this.click2 = function (elem, modifiers) {

ds$(elem).click();