# ChromeDriver Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/chromedriver
> Markdown URL: https://aitinkerers.org/technologies/chromedriver.md
> Technology record last updated: 2026-04-15T16:12:58Z
> Generated: 2026-09-20T16:41:30Z

ChromeDriver is a standalone executable that implements the W3C WebDriver standard to automate Google Chrome for testing.

ChromeDriver functions as the essential bridge between Selenium test scripts and the Chrome browser engine. It translates high-level commands into the JSON Wire Protocol (or W3C standard) to trigger specific browser actions like navigating URLs, clicking DOM elements, and executing JavaScript. Developers typically integrate it with frameworks like Pytest or JUnit to run headless regression suites. Since the release of Chrome 115, the Chrome for Testing (CfT) initiative ensures version parity between the driver and the browser, eliminating the common 'session not created' compatibility errors.

- Official technology site: https://googlechromelabs.github.io/chrome-for-testing/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Heal.dev demo](https://paris.aitinkerers.org/talks/rsvp_9fLF913HZS0)

I built Heal.dev https://www.heal.dev/, an AI agent that takes care of website UI testing automatically

- Event context: AI Tinkerers - Paris Meetup on October 15th — 2024-10-15 — Paris
- Public talk page: https://paris.aitinkerers.org/talks/rsvp_9fLF913HZS0

## Related Technologies

- [AI agent](https://aitinkerers.org/technologies/ai-agent) ([Markdown](https://aitinkerers.org/technologies/ai-agent.md)) — 8 public demos
- [Cypress](https://aitinkerers.org/technologies/cypress) ([Markdown](https://aitinkerers.org/technologies/cypress.md)) — 2 public demos
- [GeckoDriver](https://aitinkerers.org/technologies/geckodriver) ([Markdown](https://aitinkerers.org/technologies/geckodriver.md)) — 1 public demo
- [Heal](https://aitinkerers.org/technologies/heal) ([Markdown](https://aitinkerers.org/technologies/heal.md)) — 1 public demo
- [Multimodal Models](https://aitinkerers.org/technologies/multimodal-models) ([Markdown](https://aitinkerers.org/technologies/multimodal-models.md)) — 6 public demos
- [Playwright](https://aitinkerers.org/technologies/playwright) ([Markdown](https://aitinkerers.org/technologies/playwright.md)) — 32 public demos
- [Puppeteer](https://aitinkerers.org/technologies/puppeteer) ([Markdown](https://aitinkerers.org/technologies/puppeteer.md)) — 7 public demos
- [Selenium](https://aitinkerers.org/technologies/selenium) ([Markdown](https://aitinkerers.org/technologies/selenium.md)) — 7 public demos
- [Selenium WebDriver](https://aitinkerers.org/technologies/selenium-webdriver) ([Markdown](https://aitinkerers.org/technologies/selenium-webdriver.md)) — 2 public demos
- [UI testing](https://aitinkerers.org/technologies/ui-testing) ([Markdown](https://aitinkerers.org/technologies/ui-testing.md)) — 1 public demo
- [WebDriver](https://aitinkerers.org/technologies/webdriver) ([Markdown](https://aitinkerers.org/technologies/webdriver.md)) — 2 public demos
