gilbarbara / react-floater

Advanced tooltips for React
https://codesandbox.io/s/github/gilbarbara/react-floater/tree/main/demo
MIT License
213 stars 37 forks source link

Ignore invisible elements matching step target query #43

Closed nuthinking closed 5 years ago

nuthinking commented 5 years ago

If the web page has more items matching the step's query, now the invisible ones will be ignored.

gilbarbara commented 5 years ago

I think you should use better selectors instead of adding a method to guess which one to use.