Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 257bace

Browse files
committed
Fix typo
1 parent 7da0ab8 commit 257bace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/locating-elements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Locating Elements by CSS Selectors
273273
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
274274

275275
Use this when you want to locate an element using `CSS selector
276-
<https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors>`
276+
<https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors>`_
277277
syntax. With this strategy, the first element matching the given CSS selector
278278
will be returned. If no element matches the provided CSS selector, a
279279
``NoSuchElementException`` will be raised.

0 commit comments

Comments
 (0)