webrtc / KITE

KITE is a test engine designed to test WebRTC interoperability across browsers
Apache License 2.0
464 stars 125 forks source link

Test reported as Passed even though WebDriver failed to launch #180

Open jindalkaran96 opened 3 years ago

jindalkaran96 commented 3 years ago

image I followed the steps to install KITE on windows and ran tests but the Chrome WebDriver fails to launch but the test cases are mentioned as passed.

While installing I did change the local grid to update the browser version and web driver version but still no luck. Any trouble shooting steps would be much appreciated

A-nguyenv commented 3 years ago

Hello, Thanks for the feedback, the step is not set as an error and will be fixed on the next update.

About your error itself, it seems you are using a chromedriver (90) incompatible with your current chrome version (89). This one https://chromedriver.storage.googleapis.com/89.0.4389.23/chromedriver_win32.zip should be the one you need.