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

Fix issues with User Prompt Handler after PR #1791 #1812

Merged
merged 5 commits into from
May 21, 2024

Conversation

whimboo
Copy link
Contributor

@whimboo whimboo commented May 16, 2024

With PR #1791 we got extended support for the unhandledPromptBehavior landed which added a new Object type to define handlers for all the prompt handlers more granularly.

While implementing the capability handling for that new type in Firefox I noticed a couple of issue. This PR fixes these and also updates some cases to make it better understandable what specific variables actually are.

FYI @sadym-chromium @nechaev-chromium @gsnedders for when you get started to implement these changes in the drivers.

Updated tests will be part of my work on https://bugzilla.mozilla.org/show_bug.cgi?id=1895738.


Preview | Diff

@whimboo whimboo requested a review from jgraham May 16, 2024 20:55
index.html Outdated Show resolved Hide resolved
index.html Outdated Show resolved Hide resolved
index.html Show resolved Hide resolved
@whimboo whimboo requested a review from OrKoN May 21, 2024 12:43
@whimboo
Copy link
Contributor Author

whimboo commented May 21, 2024

@OrKoN mind a quick review as well? Thanks a lot.

index.html Show resolved Hide resolved
Copy link
Contributor

@OrKoN OrKoN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@whimboo whimboo merged commit 48a221b into w3c:master May 21, 2024
2 checks passed
@whimboo whimboo deleted the prompt_handler branch May 21, 2024 21:35
github-actions bot added a commit that referenced this pull request May 21, 2024
SHA: 48a221b
Reason: push, by whimboo

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit to xjc90s/webdriver that referenced this pull request May 22, 2024
SHA: 48a221b
Reason: push, by pull[bot]

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit to soloinovator/webdriver that referenced this pull request May 24, 2024
SHA: 48a221b
Reason: push, by pull[bot]

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

None yet

3 participants