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
When running against a local Selenium server, sending file names for upload would cause an infinite loop. (#51)
The adm-zip dependency used for generating ZIP files was generating invalid ZIP files. It has been replaced with a different dependency. (#52)
Bugs in ChromeDriver 2.10–2.19 that caused test suite failures are now worked around, so the test suite passes against current versions of ChromeDriver once again. (cecdc2f)
Install from npm
cd /my/project/root
npm install leadfoot --save-dev
If a session creation promise is cancelled during feature detection, the corresponding session will no longer be left orphaned on the server. (9557b58)
Install from npm
cd /my/project/root
npm install leadfoot --save-dev
It is now possible to bypass Leadfoot capabilities detection by passing fixSessionCapabilities: false to desired capabilities when creating a session. (7fedefb)
Install from npm
cd /my/project/root
npm install leadfoot --save-dev
Fixed a regression that caused HTTP requests to fail when talking to Selenium servers that use deprecated POST /session redirects. (theintern/intern#274)
Error messages will now only redact HTTP credentials in URLs instead of also redacting portions of unauthenticated URLs with unescaped @ characters. (1e2d670)
Install from npm
cd /my/project/root
npm install leadfoot --save-dev