Requests waiting for a slot to be free | Selenium Forum
R
Rajiv Posted on 15/10/2019

3 requests waiting for a slot to be free.

Capabilities {acceptSslCerts: true, browserName: chrome, goog:chromeOptions: {args: [--test-type, --start-maximized], extensions: [], prefs: {download.default_directory: C:\Users\quality-autotest\D..., profile.default_content_settings.popups: 0}}, version: }Capabilities {acceptSslCerts: true, browserName: chrome, goog:chromeOptions: {args: [--test-type, --start-maximized], extensions: [], prefs: {download.default_directory: C:\Users\quality-autotest\D..., profile.default_content_settings.popups: 0}}, version: }Capabilities {acceptSslCerts: true, browserName: chrome, goog:chromeOptions: {args: [--test-type, --start-maximized], extensions: [], prefs: {download.default_directory: C:\Users\quality-autotest\D..., profile.default_content_settings.popups: 0}}, version: }

 

Do you know why am I getting this error?


A
Ashish Thakur Replied on 15/10/2019

This happens when the driver instance has not been quit.

Please modify your code to quit the browser after the execution.

Then restart the selenium grid and try again.