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
Hi, thanks for reporting this issue. I guess many CSS3 selectors are still not supported in Fuzi at the moment, but I'm planning to add them soon. Currently I'm on a vacation without a Mac at hand, so maybe when I have some free time after I get back.
I heavly use css selectors and when they are a bit more complex the XPathFromCSS routine fails
The css selector
.box-paging a:not(.active)
generates the errorYou can reproduce the error yourself using the following snippet
Obviously the selector works fine using firebug or
document.querySelectorAll()
The text was updated successfully, but these errors were encountered: