I have this page: https://tinyzonetv.to/tv/watch-marvels-daredevil-2015-free-39196
And I want to click on every 'season' with selenium.
But it returns me this exception:
selenium.common.exceptions.ElementClickInterceptedException: Message: Element <li id="season-2891"> is not clickable at point (369,21) because another element <div id="onesignal-slidedown-container" class="onesignal-slidedown-container onesignal-reset slide-down"> obscures it
But I already used waits and ActionChains, but it still doesn't work. Can you suggest me something?