Metrics would be interesting, although would inherently be
micro-benchmarks, and probably quite page-specific. Please do provide
some, I'd be interested to see them!
> --
> You received this message because you are subscribed to the Google Groups
> "Selenium Developers" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/selenium-developers/-/RAhIPRqqKNQJ.
> To post to this group, send email to selenium-...@googlegroups.com.
> To unsubscribe from this group, send email to
> selenium-develo...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/selenium-developers?hl=en.
In RC the grammar was Sizzle (http://sizzlejs.com) which is both a super
and subset of the W3C spec. There are a couple pathological situations
where WebDriver will fall back to Sizzle, but the general rule-of-thumb
is write W3C selectors.
-adam
> --
> You received this message because you are subscribed to the Google Groups
> "Selenium Developers" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/selenium-developers/-/qv1GBT8wTLoJ.
In webdriver there is element.text... however there is not a specific way to reference text when searching by css.
One feature present in XPath that I see missing from the CSS spec is the ability to check against the "text" of a given element.I see an older post here about using the :contains() pseudo function, but trying that in the latest Firefox doesn't work for me. Is there a reliable alternative to XPath's text() function?
--
You received this message because you are subscribed to the Google Groups "Selenium Developers" group.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-developers/-/g-ATPxV0RKQJ.
-adam
> --
> You received this message because you are subscribed to the Google
> Groups "Selenium Developers" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/selenium-developers/-/g-ATPxV0RKQJ.
Yeah, that's what I gathered, but was curious if there did exist a "legitimate" alternative.
--
You received this message because you are subscribed to the Google Groups "Selenium Developers" group.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-developers/-/VR7C2NEYYMwJ.