Jelajahi Sumber

fixed warning about non-w3c conformity

Rodja Trappe 2 tahun lalu
induk
melakukan
c3c0f5a170
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      tests/conftest.py

+ 1 - 0
tests/conftest.py

@@ -11,6 +11,7 @@ def chrome_options(chrome_options):
     chrome_options.add_argument('headless')
     chrome_options.add_argument('disable-gpu')
     chrome_options.add_argument('window-size=1200x600')
+    chrome_options.add_experimental_option('w3c', False)
     return chrome_options