Ok. It seems to me now that the dev tools do work with xpath and css
selectors search in the sense of being able to find matches. But it
can NOT highlight search results as it does for plain tex search,
that's why it made me think its not working in the first place. Can
anyone confirm that? Thanks!
On Apr 14, 12:55 pm, PhistucK <
phist...@gmail.com> wrote:
> Right!
> Oh, this is so sad, I am already losing my XPath skills. :(
>
> Though, why is -
> *[@class != 'menuCategory default']
> Or
> *[@class = 'menuItem']
> Not working, whereas -
> *[class = 'menuItem']
> Is working?
> "class" is an attribute and that is its exact value.
>
> ☆*PhistucK*
>
> On Thu, Apr 14, 2011 at 19:45, Alexander Pavlov <
apav...@chromium.org>wrote:
>
>
>
>
>
>
>
> > On Thu, Apr 14, 2011 at 8:30 PM, PhistucK <
phist...@gmail.com> wrote:
>
> >> Going tohttp://
code.google.com/chrome/devtools/docs/elements.htmland