I use xpath of Chrome extension to get element's xpath.
span[@id='txt_btn_continue']
It works on the browser but not in code.The error i get is
Unable to locate element:
{"method":"xpath","selector":"//*[@id='txt_btn_continue']"}
I cannot figure out the reason. Anyone could help me? Thanks in advance.