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

WPT does not support right click and dbClick which triggers trusted events. #3049

Open
MaryamHuntsperger opened this issue Mar 6, 2024 · 1 comment
Labels
Type: Bug An issue or pull request relating to a bug in WebPageTest

Comments

@MaryamHuntsperger
Copy link

Description

WPT scripting APIs do not include rightClick and dbClick events.

Actual result

WPT should support rightClick and dbClick APIs which trigger trusted events.

Related issues?

Any related issues filed already?
#3048

@MaryamHuntsperger MaryamHuntsperger added the Type: Bug An issue or pull request relating to a bug in WebPageTest label Mar 6, 2024
@jspurlin
Copy link
Contributor

jspurlin commented Mar 6, 2024

FYI @slightlyoff. We currently have click/clickAndWait but there's no way to specify which button you are wanting to execute that click for. I think the easiest way would be to extend the parameter for click/clickAndWait to include a button, otherwise it'd probably be creating new WPT script actions for them (Although #3048 may push us to the "adding a param" approach if click/clickAndWait are the only WPT actions that are going to become trusted)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug An issue or pull request relating to a bug in WebPageTest
Projects
None yet
Development

No branches or pull requests

2 participants