You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.info(`Selected A11y base URL: ${baseUrl}`);
return baseUrl;
}
} catch (err) {
logger.debug(`Failed A11y base URL: ${baseUrl} (${err})`);
}
}
throw new Error(
"Unable to connect to BrowserStack Accessibility API. Please check your credentials and network connection. Please open an issue on GitHub if the problem persists",