Open
Conversation
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.
Hey guys,
I'm one of the engineers at driver.dev, a browser automation platform. We achieved 89 percent on these benchmarks and wanted to add our results to the repo.
Thanks!
Summary by cubic
Add
driveras a browser provider and include Driver.dev’s Stealth Bench V1 results, with updated plots. Also improverun_eval.pyto select benchmarks and rerun specific tasks.New Features
browsers/driver.pywith session create/delete viaCDP_PROXY_URLandDRIVER_API_KEY.driverinbrowsers/__init__.pyand CLI “Available browsers” list.--benchflag to runBU_Bench_V1orStealth_Bench_V1.--task-idsto rerun specific IDs or ranges;--tasksnow means “first N tasks”.stealth_bench/official_results/Stealth_Bench_V1_browser_driver_model_bu-2-0.json.*_old.png.Migration
DRIVER_API_KEY=to.env(optionalCDP_PROXY_URLoverrides, defaulthttps://bu-compat.driver.dev).uv run python run_eval.py --bench stealth --browser driveruv run python run_eval.py --task-ids 2 5 12or--task-ids 29-35Written for commit 990215b. Summary will update on new commits.