Skip to content

Commit 824ef4a

Browse files
committed
format.sh
1 parent 5141f67 commit 824ef4a

File tree

1 file changed

+2
-3
lines changed
  • py/selenium/webdriver/common

1 file changed

+2
-3
lines changed

py/selenium/webdriver/common/by.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
class By:
2525
"""Set of supported locator strategies.
26-
26+
2727
ID:
2828
--
2929
Select the element by its ID.
@@ -32,7 +32,7 @@ class By:
3232
3333
XPATH:
3434
------
35-
Select the element via XPATH.
35+
Select the element via XPATH.
3636
- absolute path
3737
- relative path
3838
@@ -73,7 +73,6 @@ class By:
7373
Select the element by its CSS selector.
7474
7575
>>> element = driver.find_element(By.CSS_SELECTOR, 'div.myElement')
76-
7776
"""
7877

7978
ID = "id"

0 commit comments

Comments
 (0)