selenium webdriver - Telerik test automation find last element by class name -


in specflow acceptance test need find last element given class name, try use htmlfindexpression unable figure out correct expression.

            element element = webbrowser.currentbrowser.waitforelement(new htmlfindexpression("class=case-note-text"),5000, true)             string value = element.innertext;             stringassert.areequalignoringcase("testing", value, string.format("abc")); 


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -