using a selenium python script and when i try click the xpath.
“” //*[@id=”entry”]/div/div[2]/div[2]/form/div[1]/div/div/input “”
with my script it says it cant locate the element, the input field is clearly visible, ive tried using the js path for element also.
“” document.querySelector(“#entry > div > div._144oaus > div._17yv7ad > form > div._twsxmph > div > div > input”) “”
still with 0 luck, any reason as to why this is happening?
chatgpt is just going round in circles with this issue.
bigjohn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.