Skip to content

Resolve issues with remote Edge personalities; fix 'runGrid' task

Choose a tag to compare

@sbabcoc sbabcoc released this 12 Aug 05:04
· 4 commits to main since this release

In this release, I resolved issues with the personality declaration for the Microsoft Edge browser. The ms:edgeChromium capability is version-specific to Selenium 3 and specifying this capability in a "new session" request to a Selenium 4 grid results in slot matching failure. In the process of diagnosing this issue, I discovered that the runGrid task of the project build script didn't actually work. This issue has also been resolved.