click()
property in python(selenium)
works only when time.sleep()
added.
Main script already has implicit wait
specified at the start.
Can someone please share a reason as to why this may be happening.
Below is the python code that I have written.
time.sleep(10)
driver.find_element(By.ID, 'tab-all').click()