Support passing command line flags to start the browser.#74
Merged
Conversation
e.g. `--browser-arg="--enable-unsafe-webgpu" --browser-arg="--js-flags=\"--experimental-wasm-fp16\""
Collaborator
Author
|
FWIW, I wanted to make it so you can put them all in one flag, but there's some weirdness happening with how webdriver args works and using the |
rmahdav
reviewed
Jan 28, 2026
rmahdav
left a comment
Collaborator
There was a problem hiding this comment.
Question: These browser args are passed when the tests in CI are running? Or they also can be passed if someone trying to run the benchmark locally? I am trying to figure out if we need to edit README file as well or not.
Collaborator
Author
|
They currently just work with running the test scripts directly. This is what I'm using to run on my cloudtop: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
e.g.
--browser-arg="--enable-unsafe-webgpu" --browser-arg="--js-flags=\"--experimental-wasm-fp16\""