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 1d5e527 commit 6b026c3Copy full SHA for 6b026c3
seleniumlib/__init__.py
@@ -7,7 +7,6 @@
7
from pathlib import Path
8
9
from selenium.common.exceptions import *
10
-from selenium.webdriver.chrome.service import Service
11
from selenium.webdriver.common.action_chains import ActionChains
12
from selenium.webdriver.common.by import By
13
from selenium.webdriver.common.keys import Keys
@@ -30,8 +29,6 @@
30
29
setup_logging(*get_logging_options(CONFIG))
31
logger = logging.getLogger(__name__)
32
33
-By.ATTRIBUTE_VALUE = "attribute" # Extend 'By' class to allow searching by attribute value.
34
-
35
36
def timer(func):
37
@functools.wraps(func)
0 commit comments