After writing my very first Selenium test with xUnit, now I can dive into different methods of finding elements on the page. You can locate an element/elements with FindElement/FindElements methods by different properties of an element such as ID, Name, Class, XPath, CSS Selectors, link Text, etc. FindElement method returns the first matching element on…
Continue reading ➞ Selenium with xUnit Part 2: Locating Elements


