Open craftgear opened 13 years ago
This code doesn't do anything but bind a function with a click event.
browser.click('a', function(res, $){ console.log('a#test was clicked') })
According Tobi document, this is not an expected behavior.
This code doesn't do anything but bind a function with a click event.
According Tobi document, this is not an expected behavior.