Move files from gst-examples into the "subprojects/gst-examples/" subdir
[platform/upstream/gstreamer.git] / subprojects / gst-examples / webrtc / check / configure_test_check.py
1 #!/usr/bin/env python3
2
3 import os
4 import unittest
5 from selenium import webdriver
6 from selenium.webdriver.support.wait import WebDriverWait
7 from selenium.webdriver.firefox.firefox_profile import FirefoxProfile
8 from selenium.webdriver.chrome.options import Options as COptions
9 import asyncio
10 import threading
11 import signal
12
13 import gi
14 gi.require_version('Gst', '1.0')
15 from gi.repository import Gst