Skip to content
Discussion options

You must be logged in to vote

I’m thinking you are trying to use Cypress as a general-purpose automation tool and not a testing tool. Big sites like gmail, reddit, facebook have different security measures in place that keep them from being opened in iframe (as Cypress does). This means that reddit probably kicks you out of its page the minute you try to access it via iframe.

Cypress is a testing tool, which means that it is built for testing an application you are somehow involved with, either as a developer or a tester. It will not work for scraping the web or performing automation scripts on a third party site as this is not something it was built for.

more explanation in this doc FAQ

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sinirajappan
Comment options

Answer selected by sinirajappan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants