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

chromedriver linux build scripts #92

Open
mikesouthron opened this issue Dec 12, 2023 · 1 comment
Open

chromedriver linux build scripts #92

mikesouthron opened this issue Dec 12, 2023 · 1 comment

Comments

@mikesouthron
Copy link

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?

@thiagowfx
Copy link
Contributor

thiagowfx commented Jan 30, 2024

A good FR would be to create/expose an args.gni file for chromedriver, just like it’s done for CfT here.

Nonetheless you could always build a vanilla chromedriver binary with autoninja -C out/Default chromedriver, with the default args.

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

No branches or pull requests

2 participants