Hi All
I have been trying to record a web application flow in IE with vugen 12.02 web http protocol, and i am facing the below problem. Kindly let me kow if there is any possible workaround for this.
- The application is a banking application and uses only IE.
- I have recorded many flows with LR 12.02 and IE 11 and so far I have been able to replay them all.
- But there is a particular flow which has these steps : Select option from drop down , which in turn enables the second drop down and also loads a file path in a text box(Cannot edit this text). And in the next step, I click on retrieve and extract the excel file from the file path. Manually I am able to complete all the steps.
- But while recording with web http protocol, after I select option from the first drop down, the file path doesn’t get loaded and the second drop down doesn’t get enabled.
- Basically this issue used to be there when I tried manually as well long back when there were conflicting java and IE versions.
- In the recorded events, the log exception message traced is ‘ unable to get property “getFilesPathFromSource”’
- According to the developer, a java applet gets loaded once I select the option in first drop down.
- I have tried both URL and HTML mode in http protocol
- So far I have faced this issue with protocols such as Java over Http, Multi protocol win sock.
- Tru client with IE does not work , as in I am able to login to the application but not able to perform any action in the application once I log in. Facing this issue since upgrading to vugen 12.
- In java record replay, I am able to complete the flow but no events get recorded.