You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the issue is not about CSS Selector Bridge, but Simple DOM Parser. It seems like RSS-Bridge already uses the latest version of Simple DOM Parser according to the commithistory, so the issue should be forwarded/contributed to PHP Simple DOM parser instead if you really need this.
Is your feature request related to a problem? Please describe.
The bridge seems to not support Pseudo-classes selectors like ':has()'.
Describe the solution you'd like
CSS Selector Bridge could support the Pseudo-classes selectors in locating elements.
Describe alternatives you've considered
I was able to select the element using the attribute selectors instead
Additional context
This is the exception I got with the selector containing ':has()':
https://i.postimg.cc/x14CgsMy/image.png
Thank you for your hard work :)
The text was updated successfully, but these errors were encountered: