You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the silly question, have not much experience in php, I'm trying to achieve the same as below done with Javascript with php, do you have any example?
casper.waitForSelector("input[name='password::password']",
function success() {
this.sendKeys("input[name='password::password']", "123456");
},
function fail() {
// any other log echo
});
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Sorry for the silly question, have not much experience in php, I'm trying to achieve the same as below done with Javascript with php, do you have any example?
casper.waitForSelector("input[name='password::password']",
function success() {
this.sendKeys("input[name='password::password']", "123456");
},
function fail() {
// any other log echo
});
Thanks
The text was updated successfully, but these errors were encountered: