https://github.com/browserstack/selfheal-demo-browserstack
Self Heal Demo Scripts
https://github.com/browserstack/selfheal-demo-browserstack
Last synced: 8 days ago
JSON representation
Self Heal Demo Scripts
- Host: GitHub
- URL: https://github.com/browserstack/selfheal-demo-browserstack
- Owner: browserstack
- Created: 2025-06-19T10:35:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-19T13:10:49.000Z (27 days ago)
- Last Synced: 2026-06-19T15:14:44.906Z (27 days ago)
- Size: 15.4 MB
- Stars: 2
- Watchers: 0
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# BrowserStack Self-Healing AI Agent Demo
## What is BrowserStack Self-Healing AI Agent?
BrowserStack’s Self-Healing AI Agent diagnoses automation failures such as broken selectors due to DOM shifts and automatically recovers tests without masking genuine product bugs. When the application’s DOM shifts (for example, a button ID changes from #submit to #submit-btn), traditional tests fail with NoSuchElementException errors.
The Self-Healing Agent dynamically identifies these selector failures, uses contextual signals from past successful run to find the correct element in real time, and allows the test to continue, thereby, reducing manual maintenance and improving build stability.
## Introduction
This repository demonstrates BrowserStack's Self-Healing AI Agent for web and native apps.
- For Web demo, checkout branch `testng-automate` and follow the readme
- For Native App Demo, checkout branch `testng-appium-app` and follow the readme