01-28-2015, 07:42 AM
webfile web object not identified at runtime in a java based electronic content management system application. UFT 11.53, Java 1.7_75, IE 10
The webfile object has a webedit with a "browse" button. When browser button is clicked the windows 'browse to upload' popup opens to select a document to upload.
But during replay the browse button is not being clicked. and so the browse to upload does not popup.
Recorded format:
Items that i tried: still does not work
Java addin is added in UFT
tools->active screen ->load java applets
Select Event>>Add>>onclick .Select Always
The webfile object has a webedit with a "browse" button. When browser button is clicked the windows 'browse to upload' popup opens to select a document to upload.
But during replay the browse button is not being clicked. and so the browse to upload does not popup.
Recorded format:
Code:
Browser.page.webfile.click
Browser.page.webfile.set "path of document"
Items that i tried: still does not work
Java addin is added in UFT
tools->active screen ->load java applets
Select Event>>Add>>onclick .Select Always