C#-Selenium:将文本传递到弹出窗口中的文本框

时间:2015-06-11 08:21:39

标签: c# selenium

有人可以帮我找到文本框标识,以便我可以将文本传递给打开的弹出窗口中的每个文本框吗?我试图找到每个我发现都有类似控件类型的文本框的差异,我尝试使用“SearchProperties”。我对Selenuim很新。

Code:
this.UserNameTextBox.SearchProperties[WinControl.PropertyNames.ControlType] = "Edit";
this.UserNameTextBox.SearchProperties[WinControl.PropertyNames.ClassName] = "WindowsForms10.*"; // WindowsForms10.* is not it`s complete name, I dont want mention it`s complete name.

PS:我不想出于某种目的使用“UITestControlCollection”功能。

0 个答案:

没有答案