My below XPATH is correct but can not put password value in password field. looks like send_keys mathod not working here. Anyone can help?
driver.find_elements(By.XPATH,”//input[@name=’password’]”)[0].send_keys(‘awE1100’)
i am expected to put value on password field with my syntex
New contributor
Atiqul Chowdhury is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.