I have checked all previous similar issues, they are not applicable to my case.
try:
element = wait.until(
EC.presence_of_element_located((By.XPATH, "//*[@id='_ariaId_73.folder'] | //*[@id='_ariaId_133.folder']"))
)
except:
print "403 : Monitoring Not Found"
element.click()
It is not going to enter into exception block also, but it is still throwing ElementNotVisibleException
for element.click()
method.