|
From: <wj...@co...> - 2006-10-19 15:34:56
|
I am attempting to automate an application. One of the issues that I am running into is, on the form I am working with is a field of input type file. I got ieunit to recognize/find the field by changing the leDhtml.js file and adding e.type=="file" to the findfield function. The difficulty I am having is using setfield to put data into this field. When I issue the setfield command against that field nothing happens and the test case continues. Anyone have any idea about the input type file and what you need to do to get the setfield working against it? |