0

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?

Majid Hajibaba
  • 3,105
  • 6
  • 23
  • 55
Ortniter
  • 19
  • 2
  • It might have something to do with frames. Try reading more [here](https://selenium-python.readthedocs.io/navigating.html#moving-between-windows-and-frames) – KUSHAGRA BANSAL Aug 25 '20 at 12:02
  • 1
    Welcome to SO! Please read [mcve] and edit your post accordingly. there is not code to reproduce the case. Dont add screenshot of code. – Dev Aug 25 '20 at 12:03
  • first show code which you use for this - maybe you try to click unclickable element, or there is other element which hides this clickable element and it can't click it. – furas Aug 25 '20 at 13:14

0 Answers0