Selenium RC下上传文件问题
Selenium RC下上传文件,只会弹出选择文件的窗口,而不进行选择、确定;但在Selenium IDE下是可以的,代码:
selenium.selectFrame("fileIframe");
selenium.click("id=uploadFile");
selenium.type("id=uploadFile", "D:\\kj\\123.xls");
selenium.selectFrame("relative=up");
我是新手,求解决方案……
页:
[1]