UNPKG

kazana-example

Version:
13 lines (12 loc) 265 B
module.exports = function (client, url) { return function () { return client.waitUntil(function () { return client.alertText() .then(function (text) { return text }, function () { return false }) }) } }