Thanks to visit codestin.com Credit goes to github.com
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 7da0ab8 commit 257baceCopy full SHA for 257bace
source/locating-elements.rst
@@ -273,7 +273,7 @@ Locating Elements by CSS Selectors
273
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
274
275
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>`
+<https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors>`_
277
syntax. With this strategy, the first element matching the given CSS selector
278
will be returned. If no element matches the provided CSS selector, a
279
``NoSuchElementException`` will be raised.
0 commit comments