# WebDriver Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/webdriver
> Markdown URL: https://aitinkerers.org/technologies/webdriver.md
> Technology record last updated: 2026-03-05T10:07:18Z
> Generated: 2026-09-21T18:39:46Z

The W3C standard API for native browser automation: it drives user agents like a real user.

WebDriver is the established W3C Recommendation for browser automation, providing a platform- and language-neutral wire protocol to remotely control a user agent. It operates at a low level, driving browsers like Chrome, Firefox, and Edge natively, just as a human user would, which ensures robust and realistic interaction with web elements. This compact, object-oriented API is the core component of frameworks like Selenium, enabling developers and QA teams to build scalable, cross-browser regression automation suites using popular languages such as Java, Python, and C#.

- Official technology site: https://www.selenium.dev/documentation/webdriver/
- Public AI Tinkerers demos and talks: 2
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Accepting Linkedin Invitation Automatically](https://abu-dhabi.aitinkerers.org/talks/rsvp_jf_IR8sY334)

One time, I had more than 300 requests of connections on Linkedin, I wanted to accept all of the invitations, and also, share a bit about my interest in data science and if they want to learn more about it, they can find my YouTube channel. Since it is a time consuming task, requiring sending the personalized message to every individual, I decided to create a Python code to automate this process. Using Python, selenium, and web driver, I was able to finish the task in less than 2 hours including the sleep time between the automation actions.

- Event context: AI Tinkerers - Abu Dhabi Meetup #3 (Feb 2025) — 2025-02-21 — Abu Dhabi
- Public talk page: https://abu-dhabi.aitinkerers.org/talks/rsvp_jf_IR8sY334

### [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

- [Selenium](https://aitinkerers.org/technologies/selenium) ([Markdown](https://aitinkerers.org/technologies/selenium.md)) — 7 public demos
- [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
- [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
- [Python](https://aitinkerers.org/technologies/python) ([Markdown](https://aitinkerers.org/technologies/python.md)) — 662 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
