Skip to content

Commit 6b026c3

Browse files
committed
seleniumlib: Removed unused import, By attribute
1 parent 1d5e527 commit 6b026c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

seleniumlib/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from pathlib import Path
88

99
from selenium.common.exceptions import *
10-
from selenium.webdriver.chrome.service import Service
1110
from selenium.webdriver.common.action_chains import ActionChains
1211
from selenium.webdriver.common.by import By
1312
from selenium.webdriver.common.keys import Keys
@@ -30,8 +29,6 @@
3029
setup_logging(*get_logging_options(CONFIG))
3130
logger = logging.getLogger(__name__)
3231

33-
By.ATTRIBUTE_VALUE = "attribute" # Extend 'By' class to allow searching by attribute value.
34-
3532

3633
def timer(func):
3734
@functools.wraps(func)

0 commit comments

Comments
 (0)