Jeril Sebastian

Results 1 issues of Jeril Sebastian

Hi, I am opening a new tab via .click() on a button. Currently, I'm doing this ```javascript return new Promise( (resolve, reject) => { horseman .click('#button1') .wait(5000) .tabCount() .then(tabCount =>...