We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I need to build my own version of chromedriver for use with chrome for testing, due to a hardcoded 10s timeout in PDF printing.
Is it possible to get a copy of the args.gn file used to build the chromedriver linux binary?
The text was updated successfully, but these errors were encountered:
A good FR would be to create/expose an args.gni file for chromedriver, just like it’s done for CfT here.
args.gni
chromedriver
Nonetheless you could always build a vanilla chromedriver binary with autoninja -C out/Default chromedriver, with the default args.
autoninja -C out/Default chromedriver
Sorry, something went wrong.
No branches or pull requests
Hi, I need to build my own version of chromedriver for use with chrome for testing, due to a hardcoded 10s timeout in PDF printing.
Is it possible to get a copy of the args.gn file used to build the chromedriver linux binary?
The text was updated successfully, but these errors were encountered: