Created a UserCode module for a testcase, added the excel datasheet to datasource (databinding), now i want get those values UserCode Action.
Below is my code :
WebElement Password = webDocReg.FindSingle(".//form/div[2]/input[@id='password']", 30000);
Password.Focus();
Password.PressKeys("password");
now i want the value of password from databinding.
Please help its very urgent for me