How to I add a JQuery locators to Selenium Remote Control

Posted by danswain on Stack Overflow See other posts from Stack Overflow or by danswain
Published on 2010-05-11T19:55:39Z Indexed on 2010/06/10 20:52 UTC
Read the original article Hit count: 230

Filed under:
|
|

Hi, I've been using XPath with Selenium quite happily and even using getEval with a but of Javascript, but a colleague said wouldn't it be great to be able to use JQuery selectors in Selenium.

I've googled it, but can't find any articles that seem to work for me. Could anyone provide a comprehensive guide on how to use JQuery syntax to extract doc elements and their respective values out of selenium.

I'm using C# to write my selenium tests, so if any examples could be from a C# perspective that'd be great.

Thanks

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about selenium