I'm using C#, and I can't get the the settlementdate in a textbox from nested tables. Can you please help me?
I've tried the following:-
driver.FindElement(By.Id("settlementdate"))
driver.FindElement(By.Name("settlementdate"));
driver.FindElement(By.Name("//*[@id='settlementdate']");
driver.FindElement(By.Name("//input[@id='settlementdate']");