SeleniumExample
SeleniumExample copied to clipboard
FindElementByJQuery(this IWebDriver driver, string selector) not working for me..
FindElementByJQuery(this IWebDriver driver, string selector) does not work and gives me an exception error.

Tried a lot using the intermediate window to resolve the string selector, but unable to overcome the exception. Tried both Chrome and Gecko.. Gecko gives me Circular reference error at the same places as shown above. Let me know if you are able to run them without any errors on the newer web-drivers. If I define the above as standard IWebElement, it works fine.