Skip to content

webrtc/test: check if selenium is available before attempting to add tests

Fixes the following error

File "/builds/vivia/gst-plugins-bad/gst-build/build/../subprojects/gst-examples/webrtc/check/basic.py", line 5, in <module>
     from selenium import webdriver
ModuleNotFoundError: No module named 'selenium'

Merge request reports