Hi folks I have some difficulties with a WebEdit element that i am trying to set and then submit.
I tried:
It just isnt working and worse the method type is not a property of the object:
When I do it manually on the screen and put the number in the field and press return it works, with QTP the submit hangs the app.
Any ideas?
I tried:
Code:
Browser("web").Page("webpage").Frame("mainFrame").WebEdit("Number").Set filename
Browser("web").Page("webpage").Frame("mainFrame").WebEdit("Number").Submit
It just isnt working and worse the method type is not a property of the object:
Code:
Object doesn't support this property or method: 'Browser(...).Page(...).Frame(...).WebEdit(...).type'
Line (25): "Browser("web").Page("webpage").Frame("mainFrame").WebEdit("Number").type micReturn".
Any ideas?