axe-core-npm icon indicating copy to clipboard operation
axe-core-npm copied to clipboard

Investigate CLI / WebdriverJS `chrome.setDefaultService`

Open Zidious opened this issue 3 years ago • 0 comments

We should Investigate if we need chrome.setDefaultService() used within CLI as we are blocked from updating Selenium WebdriverJS from 4.3

// Pinned to [email protected]
// https://github.com/SeleniumHQ/selenium/pull/10796/files#diff-6c87d95a2288e92e15a6bb17710c763c01c2290e679beb26220858f3218b6a62L260
chrome.setDefaultService(service);

source: https://github.com/dequelabs/axe-core-npm/blob/develop/packages/cli/src/lib/webdriver.ts#L16-L19

Zidious avatar Oct 11 '22 22:10 Zidious