@@ -127,6 +127,7 @@ def click_allowed():
if url in href:
print(href)
webdriver.ActionChains(driver).move_to_element(elmt).perform()
+ time.sleep(1)
webdriver.ActionChains(driver).move_to_element(elmt).click().perform()
time.sleep(5)
return