0
@Aman,
Did you got the solution for this issue. Now i am also facing the same issue. i tried sendkeys.Wait, but that's not work. if you solved then please share your code.
Thanks karthi.
0
Hi,
I do not think you have any control to assign the value from the code level and trigger the upload method automatically.
If it is web application then we can try in another way. Since it is a windows application.
The web application we can set the value through the javascript.
document.getElementById('fileupload1').value = path;
We can have another button and after assigned it, we can trigger the hidden button event. It will do the upload.
0