Users struggle with overlays and popups that interfere with automation scripts. A feature to better manage these elements would improve user experience.
Hello, everyone. I’m trying to automate the [https://www.investing.com/economic-calendar](https://www.investing.com/economic-calendar) using Selenium (Python). I attempt to click the **“**This Week**”** button on this page, but this do not happen. I think this could be caused because of an overlay, a bottom-right ad popup, login pop up (it pop up sometimes) or a sticky header (I am not sure what causes this). I am providing my code and could you tell me why this happens and how can fix it? I will write an automation code that will fetch some event rows on that page, and before I start writing code for this, I need to fix this problem. [https://gist.github.com/srgns/48d27e6cd530c7b0247a20426555a61e](https://gist.github.com/srgns/48d27e6cd530c7b0247a20426555a61e) I could provide more information if you want.