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
Hi,
I found that Google blocks the script at function signIn
$mink->getSession()->getPage()->find("css", "#Email")->setValue($email);
$mink->getSession()->getPage()->find("css", "#next")->click();
I did getContent and got the error message from google, which said "Your browser does not support javascript. Please enable javascript for your browser."
Do you have any idea of this error?
Thank you very much! @ztobs
The text was updated successfully, but these errors were encountered:
Hi,
I found that Google blocks the script at function signIn
$mink->getSession()->getPage()->find("css", "#Email")->setValue($email);
$mink->getSession()->getPage()->find("css", "#next")->click();
I did getContent and got the error message from google, which said "Your browser does not support javascript. Please enable javascript for your browser."
Do you have any idea of this error?
Thank you very much!
@ztobs
The text was updated successfully, but these errors were encountered: