Hello
I've a problem. I use WebAii to test aplication www. Aplication is build from Telerik's controls. My problem relating to RadWindow.
Three textBox are in RadWindow. I use this command:
In this moment test is finish.
"exampleText" is in Control, I think that all is ok, but when I click in this textBox - "exampleText" disappear.
I can't make next test. Somebody knows what can I do ?
I've a problem. I use WebAii to test aplication www. Aplication is build from Telerik's controls. My problem relating to RadWindow.
Three textBox are in RadWindow. I use this command:
elem = radWindow1InnerFrame.Find.ById("ctl00_ctl00_cphContent_cphContent_cd1_NameTexBox_text");radWindow1InnerFrame.Actions.SetText(elem, "exampleText ");In this moment test is finish.
"exampleText" is in Control, I think that all is ok, but when I click in this textBox - "exampleText" disappear.
I can't make next test. Somebody knows what can I do ?