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

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -