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

crash bug due to missing ENUM #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

pemn
Copy link

@pemn pemn commented Jun 2, 2023

When listening to events, if a frame is navigated by user clicking on a simple link, any attacked event watcher workers will crash with this exception:
ValueError: 'anchorClick' is not a valid ClientNavigationReason
Tested on latest edge and chrome (chromium 113).
Probably because the CDP has newer events that were not hardcoded in this ENUM. There may be more, I only added the one that was causing crash!

When listening to events, if a frame is navigated by user clicking on a simple link, any attacked event watcher workers will crash.
Tested on latest edge and chrome (chromium 113).
Probably because the CDP has newer events that were not hardcoded in this ENUM. There may be more, I only added the one that was causing crash!
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.

1 participant