Browse Source

fixed warning about non-w3c conformity

Rodja Trappe 2 years ago
parent
commit
c3c0f5a170
1 changed files with 1 additions and 0 deletions
  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