Hi All,
>From the selenium site >http://release.seleniumhq.org/selenium-remote-control/0.9.2/doc/dotnet/Selenium.html "Currently the css selector locator supports all css1, css2 and css3 selectors except namespace in css3, some pseudo classes(:nth-of- type, :nth-last-of-type, :first-of-type, :last-of-type, :only-of- type, :visited, :hover, :active, :focus, :indeterminate) and pseudo elements(::first-line, ::first- letter, ::selection, ::before, ::after). " The problem is that as usual IE may cause problems as it's css support is limited. As I remember IE8 beta only supports css 2.1. Whether selenium extends this capability internally (like it does for xpath) I do not know. Are there any timing data for jquery selectors on IE? I'd be glad to do the work if someone could tell me how. I'm fine with either method as long as it will allow me to test IE effectively. Having said that, data from multiple elements in one call would be well worth waiting for. On Mar 19, 1:06 pm, Mikhail Koryak <[email protected]> wrote: > I wanted to chime in here: > > css selectors would be easier to implement then jquery selectors, on > the other hand, id rather implement jquery selectors because we will > get the following extra features: > > CSS 3 selectors (unless that is what css selectors support) > better user script support (this is 99% done already) > the ability to get data from multiple elements in one call > > John, i know you wanted to build LQL which would be translated into > jquery selectors in either the user extension javascript, or in the > lowest level of tellurium core. I want to start looking at this again > in the near future. I think we need to get this ball rolling again > > On Mar 16, 10:30 pm, John <[email protected]> wrote: > > > > > Yes, will be included in Tellurium Core 0.6.0 release. > > > Thanks, > > > Jian > > > On Mar 16, 9:12 pm, Harihara Vinayakaram <[email protected]> wrote: > > > > Hi Jian > > > Is this planned in the short term (adding CSS Selectors ) . > > > > Regards > > > Hari > > > > On Sat, Mar 7, 2009 at 9:17 AM, John <[email protected]> wrote: > > > > > For short term, we may still need to add the support of converting UI > > > > module to > > > > CSS selector. > > > > > On Mar 6, 10:44 pm, John <[email protected]> wrote: > > > > > The Locator Query Language will be SQL-like way to search for a > > > > > locator and then the Engine project > > > > > will transfer the LQL to a JQuery statement, which is very much > > > > > similar to CSS selector but more powerful. > > > > > But LQL and Engine project are still in the air. > > > > > > Thanks, > > > > > > Jian- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
