0

Step1 : Click on radio button at main window
Step2 : Small popup window was raised
Step3 : should enter data in text fields and click ok button
Step4 : The small window should close and return to main window .

I have tried using the switch handle concept in java - selenium web driver but not worked as expected . could any one suggest any solution

4

2 回答 2

0

如果您使用 Autoit Window 命令,请不要忘记设置

Opt("WinSearchChildren", 1) ;0=no, 1=search children also

为了发现孩子。

于 2013-10-21T11:02:03.413 回答
0

您可以使用 javax.swing.JOptionPane 通过函数 showInputDialog() 来完成它

于 2013-10-21T09:12:29.840 回答