# GeckoDriver Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/geckodriver
> Markdown URL: https://aitinkerers.org/technologies/geckodriver.md
> Technology record last updated: 2026-04-15T16:13:01Z
> Generated: 2026-09-23T08:47:02Z

GeckoDriver is the essential proxy for linking Selenium WebDriver clients to Mozilla Firefox browsers.

GeckoDriver implements the W3C WebDriver protocol to act as a bridge between HTTP-based automation scripts and the Gecko engine. It translates incoming requests into Marionette (the Firefox remote protocol) to execute actions like clicking elements or navigating URLs. Since Firefox 47, this standalone executable is mandatory for automated testing. It supports cross-platform execution on Windows, macOS, and Linux, ensuring consistent browser behavior across CI/CD pipelines.

- Official technology site: https://github.com/mozilla/geckodriver
- 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
- [ChromeDriver](https://aitinkerers.org/technologies/chromedriver) ([Markdown](https://aitinkerers.org/technologies/chromedriver.md)) — 1 public demo
- [Cypress](https://aitinkerers.org/technologies/cypress) ([Markdown](https://aitinkerers.org/technologies/cypress.md)) — 2 public demos
- [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
