Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/accessibility-automation-test.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: accessibility-automation-test
title: Accessibility Testing on HyperExecute using Selenium
title: Automation Tests with Accessibility Tool using Selenium
sidebar_label: Selenium
description: Use LambdaTest Accessibility DevTools to detect and report accessibility issues with automation, following WCAG guidelines.
keywords:
Expand Down Expand Up @@ -129,4 +129,4 @@ Now execute your tests and visit the [Automation Dashboard](https://accounts.lam
mvn test
```

<img loading="lazy" src={require('../assets/images/accessibility-testing/accessibility-automation.png').default} alt="automation-dashboard" className="doc_img"/>
<img loading="lazy" src={require('../assets/images/accessibility-testing/accessibility-automation.png').default} alt="automation-dashboard" className="doc_img"/>
4 changes: 2 additions & 2 deletions docs/selenium-hyprerexecute-accessibility-tests.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: selenium-hyprerexecute-accessibility-tests
title: Automation Tests with Accessibility Tool using Selenium
title: Accessibility Testing on HyperExecute using Selenium
hide_title: false
sidebar_label: Selenium
description: Use LambdaTest Accessibility DevTools to detect and report accessibility issues with automation, following WCAG guidelines, in your selenium tests
Expand Down Expand Up @@ -178,4 +178,4 @@ OR use this command if you have not exported your username and access key in the

Visit the [HyperExecute Dashboard](https://hyperexecute.lambdatest.com/hyperexecute) and check your Job status.

<img loading="lazy" src={require('../assets/images/accessibility-testing/hyp-selenium.gif').default} alt="automation-dashboard" className="doc_img"/>
<img loading="lazy" src={require('../assets/images/accessibility-testing/hyp-selenium.gif').default} alt="automation-dashboard" className="doc_img"/>
Loading