webrtc / samples

WebRTC Web demos and samples
https://webrtc.github.io/samples
BSD 3-Clause "New" or "Revised" License
13.94k stars 5.71k forks source link

Remove chromedriver dependency #1631

Closed fippo closed 11 months ago

fippo commented 11 months ago

since this gets automagically installed by Selenium these days

alvestrand commented 11 months ago

Still chromedriver woes....

fippo commented 11 months ago

Without the chromedriver dependency selenium found the preinstalled chromedriver. Forcefully removing that from the path as part of the github action made selenium download a matching version.

fippo commented 11 months ago

I wonder about geckodriver but... separate PR and it hasn't shown any issues.