How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
How long does it take upgrade to windows 10?
How can you categorize the digital marketing?
How does a block is recognized in the Blockchain approach?
What is the importance of having an emulator within the android environment?
What is the difference between jsf-1 and jsf-2?
Specify Cassandra’s importance on Facebook?
What is BBED in Oracle?
Can you give few examples of final classes defined in java api?
How can we call table level methods from form DS (similar methods)?
What are the major difference between classic ADO and ADO.NET?
What are the different font attributes?
is there any addin for remedy user application
what is totalscausedby function (report)?
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.