Explain what is actuarial report?
Who invented spark?
Can you explain about launch exception in blue prism?
What are the differences between malloc() and calloc()?
WHAT IS DIFFERENCE BETWEEN. WRITE: a+m(2). m = m + 1. + OF THESE TWO IN SAP ABAP
What are the instance sizes of azure?
How many web config files can be created for an application?
what are the breakdown voltage rating of mini- curcuit'transfarmer!
What is unix and its components?
Define overloaded procedure?
for how much loan a borrower has to submit QIS
What is a closure and why are they so useful to us?
How declare methods in objective c? And how to call them?
What is string empty?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.