We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74080e commit 2c074b0Copy full SHA for 2c074b0
accessibility/plugin/index.js
@@ -25,7 +25,7 @@ const Accessibility = (on, config) => {
25
try {
26
if (process.env.ACCESSIBILITY_EXTENSION_PATH !== undefined) {
27
if (browser.name !== 'chrome' && browser.name !== 'edge') {
28
- console.log(`Accessibility Automation will run only on Chrome browsers. But browser run on ` + browser.name);
+ console.log(`Accessibility Automation will run only on Chrome and Edge browsers. But browser used is ` + browser.name);
29
browser_validation = false;
30
}
31
if (browser.name === 'chrome' && browser.majorVersion <= 94) {
0 commit comments