Sanjay Y
1 min readApr 15, 2019

--

Not Sure whats happening When i Try to do a Gmail login , Can you help me with that ? Its shows me Something bad happened .

await page.waitFor(3000);

await page.click(‘#identifierId’);

await page.keyboard.type(‘************’);

await page.click(‘#identifierNext > content > span’);

await page.waitFor(3000);

await page.click(‘#password input’);

await page.keyboard.type(‘*************’);

await page.click(‘#passwordNext > content > span’);

Now it Shows something went wrong message .

--

--

Responses (1)