We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a3c95 commit 10e6148Copy full SHA for 10e6148
examples/python/tests/browsers/test_chrome.py
@@ -1,12 +1,10 @@
1
import os
2
import re
3
import subprocess
4
-
5
import pytest
6
from selenium import webdriver
7
from selenium.webdriver.common.by import By
8
9
10
def test_basic_options():
11
options = get_default_chrome_options()
12
driver = webdriver.Chrome(options=options)
examples/python/tests/browsers/test_edge.py
options = get_default_edge_options()
0 commit comments