Element I am trying to select
Please see image, highlighted element is the one in question.
I have tried many different ways to select this element including text, XPATH, id etc. Having trouble locating it entirely.
It is in a div class with identical span elements surrounding it, the only personal identifier being the text. In the example it is “14” and it is sequential so the next is “15” and so on. Is there a way to select the ‘nth’ element within this Div as a work around?
datepick = driver.find_element(By.ID,
datepick = driver.find_element(By.XPATH,
etc. no luck
Tomtgol96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.