Explorar el Código

fixed warning about non-w3c conformity

Rodja Trappe hace 2 años
padre
commit
c3c0f5a170
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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