ValueError: Element locator 'id=Passwd' did not match any elements in gmail (robotframework, Pycharm) -


i using mac ei captain pycharm ide , robotframework. getting error

valueerror: element locator 'id=passwd' did not match elements.

this case of gmail.com not other websites. used same script facebook , linkedin , worked.

here script:

open browser  https://accounts.google.com/servicelogin?service=mail&passive=true&rm=false&continue=https://mail.google.com/mail/&ss=1&scc=1&ltmpl=default&ltmplcache=2&emr=1&osid=1#identifier  firefox page should contain  sign in continue gmail input text  id=email  user click button  id=next wait until page contains  sign in different account input password  id=passwd  fdsfs click button  id=signin 

after clicking next, wait password field appear , click on enable it. added these lines test make work.

wait until page contains element    id=passwd click element    id=passwd 

Comments