File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sources/academy/webscraping/advanced_web_scraping Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Make sure your [CSS selectors](https://developer.mozilla.org/en-US/docs/Web/CSS/
106
106
- Use element attributes with the ** lowest probability of a future change** .
107
107
- Completely ** avoid or strip** selectors of values that are clearly ** random** .
108
108
- Completely ** avoid or strip** selectors of values that are clearly ** flexible** .
109
- - ** Extend low-specificity** selectors to reduce the probability of ** collisions**** .
109
+ - ** Extend low-specificity** selectors to reduce the probability of ** collisions** .
110
110
111
111
Below is an example of stripping away too-specific parts of a selector that are likely random or subject to change.
112
112
You can’t perform that action at this time.
0 commit comments