File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -272,9 +272,10 @@ The "p" element can be located like this::
272
272
Locating Elements by CSS Selectors
273
273
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
274
274
275
- Use this when you want to locate an element using CSS selector syntax. With
276
- this strategy, the first element matching the given CSS selector will be
277
- returned. If no element matches the provided CSS selector, a
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> `
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
278
279
``NoSuchElementException `` will be raised.
279
280
280
281
For instance, consider this page source::
You can’t perform that action at this time.
0 commit comments