Does anyone know why I get this :
Z-In...
Instead of Z-Index 1
Here is my code :
vid = WebDriverWait(browser, 10).until(EC.element_to_be_clickable((By.XPATH,"//div[contains(@title,'Mytitle')]/div[1]/div[3]/span"))).text
print(vid)
Here is the HTML: