Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable stealth options which block login iframe #64

Merged
merged 2 commits into from
Jul 20, 2024

Conversation

NelsonDane
Copy link
Contributor

Fixes #63

On the main page, the iframe that was used for logging in was being blocked by the default stealth options. I went through each option and found the culprits and disabled them. This allows the iframe to show up while still keeping the other stealth options that allow logging in.

Would love a review, or if you have other thoughts, please let me know @itsjafer, but this fixes it for me.

@yanowitz
Copy link

this fixed the problem for me as well (though I have to use firefox as webkit is giving a ValueError: Only supported browserType is 'firefox' on my mac)

@itsjafer
Copy link
Owner

hi @NelsonDane, just checking in -- is this change still necessary?

@NelsonDane
Copy link
Contributor Author

From my testing, I've found it is still necessary, and it has been working well for me and my users in my main project. It also seems to be the fix according to #63 (comment), so I would welcome your thoughts/review :)

@itsjafer itsjafer merged commit 529344a into itsjafer:main Jul 20, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Login Error: waiting for locator("select#landingPageOptions")
3 participants