Mikhail,

Enjoy your Easter day.

I added the following methods,

1) String[] getAllTableCellTextForTbody(String uid, int index)

for the StandardTable object, which has multiple tbodies.

2) Number getJQuerySelectorCount(String jQuerySelector)

to return the number of matching elements, similar to the XPath one

Number getXpathCount(String xpath)

3) String getLocator(String uid)
to return the generated xpath for the object with uid

4) String getSelector(String uid)
to return the generated jquery selector for the object with uid.

The last two methods may be good for debugging.

It is really not convenient to manually modify the Selenium core and
repackage it. I am going to create the engine project using your jar
updating build script in the prototype branch to build customized
selenium-server.jar
automatically.

Thanks,

Jian

On Apr 11, 2:16 pm, Mikhail Koryak <[email protected]> wrote:
> Wow, there has been much progress here i see. I will look at this on
> sunday, right now i am on dialup at my parents house for easter. I
> will think about performance improvements. I think the biggest thing
> in terms of performance would be to educate our users about the type
> of attributes that should be used for locators which will generate
> faster jquery selectors.
>
> As far as custom selectors:
> i think we should rename :text to tellurium-text and prefix all of our
> custom methods and extensions with tellurium so that its easy to
> identify if there are any problems etc, also minimize name
> collisions.
>
> I will try to do some work on the engine on sunday, and maybe i can
> create some benchmarks to see how much faster the jquery is vs xpath.
>
> This is really cool =)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to