01-20-2012, 09:16 PM
Run Error:
Object doesn't support this property or method: 'Browser(...).Page(...).WebFile(...).Object.text'
After selecting a file maually I checked via object spy the identification properties. As you see in the attached file there is the value property where the path is set. Therefore i tried
When I run the test the field is empty and no value is set. The WebFile isnĀ“t editable, is that the issue?
Thanks and Regards
Object doesn't support this property or method: 'Browser(...).Page(...).WebFile(...).Object.text'
After selecting a file maually I checked via object spy the identification properties. As you see in the attached file there is the value property where the path is set. Therefore i tried
Quote:Browser("...").Page("..").WebFile("..").Object.value="C:\text.docx"
When I run the test the field is empty and no value is set. The WebFile isnĀ“t editable, is that the issue?
Thanks and Regards