I am trying to scrape from a very specific site that has two things that doesn't work as expected:
- reject the cookie banner using reject button
- enter a specific section to get a view about the profile views.
If I am active in the browser tab everything works as expected but if I am not the button for reject is found but the move_element(...).click().perform() doesn't reject the cookie banner and the section is not found.
Is this some bot-detection mechanism?