Hello,
in my test I will upload a file. This is my code:
Now when I run the test the problem is that a other file instead of test.docx is choosen from my C drive. In every run it is another random file.
It is not possible to type the path directly in the WebEdit. I selected the file in the dialog after clicking the Browse button.
Do somebody know whats the issue?
Many Thanks.
in my test I will upload a file. This is my code:
Code:
Browser("...").Page("..").WebFile("..").Click
Browser("...").Page("..").WebFile("..").Set "C:\test.docx"
Now when I run the test the problem is that a other file instead of test.docx is choosen from my C drive. In every run it is another random file.
It is not possible to type the path directly in the WebEdit. I selected the file in the dialog after clicking the Browse button.
Do somebody know whats the issue?
Many Thanks.