Thursday, September 21, 2017

Find and check Record in Grid in selenium c#










bool isChecked= webDriver.FindElement(By.XPath("//td[@id='bodyCell']//div/table/tbody//tr/th[text() = '" + profileName + "']/following-sibling::td[1]/input")).Selected;

No comments:

Post a Comment