antonmedv / finder

CSS Selector Generator 🗺
MIT License
1.36k stars 96 forks source link

Selector was not found for all the elements on page #61

Closed amol-16 closed 1 year ago

amol-16 commented 1 year ago

I am working on a POC to allow element style changes & preview and the library is throwing error: "Selector was not found" for all the elements (event.target)on a specific page. Even if root, element values are properly being passed to the finder function. Sample webpage where it is failing - https://www.sanaullastore.com/ It is able to return the selector while using extension version of code but failing if same code is added via javascript.