GoogleChrome / GoogleChrome/lighthouse
Support gatherer options, exclude css selectors in axe
Open
feature
P3
- Dominant language
- JavaScript
- Stars
- 30.8k
- Forks
- 9.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 19
Description
How can we exclude certain elements from the lighthouse cli run. In axe we can do the following where certain elements are excluded based on css selectors:
```
axe.run(
{
exclude: [['.exclude1'], ['.exclude2']]
},
(err, results) => {
// ...
});
```
Contributor guide
Assessment
This issue has not been assessed yet.