mhienbinhphuoc_
12 years agoOccasional Contributor
Warning: Searching for the mapped object took too time. Show object in browser fail.
Dear mr/ ms SmartBear,
I have a problem when using TestComplete v10 to record control of html as below.
Please give me suggestion to resolve it.
My control is created as below in html:
<select id="drdDriverList" name="drdDriverList" style="width: 240px;">
<option value=''>-----------------</option>
<option value=''>ABC</option>
</select>
Using testcomplete to record ABC item of above control. It took too log time to record this action. Script is converted as below:
Aliases["browser"]["pageElog"]["textnodeABC"]["Click"](134, 11);
When run test script at this line, warning and error occur as below.
Warning: Searching for the mapped object took too time
Error: An error occurred while accessing the "Click" method or property of the "textnodeABC" object.
I tried to add more objects from the parent hierarchy of the problematic object to Name Mapping as help information in warning.
However action [Show in Object Browser] is failed.
Thanks
Hien
I have a problem when using TestComplete v10 to record control of html as below.
Please give me suggestion to resolve it.
My control is created as below in html:
<select id="drdDriverList" name="drdDriverList" style="width: 240px;">
<option value=''>-----------------</option>
<option value=''>ABC</option>
</select>
Using testcomplete to record ABC item of above control. It took too log time to record this action. Script is converted as below:
Aliases["browser"]["pageElog"]["textnodeABC"]["Click"](134, 11);
When run test script at this line, warning and error occur as below.
Warning: Searching for the mapped object took too time
Error: An error occurred while accessing the "Click" method or property of the "textnodeABC" object.
The object or one of its parent objects was not found.
Object Whose Method or Property Was Accessed
Alias: | Aliases["browser"]["pageElog"]["textnodeABC"] |
Name mapping item: | NameMapping["Sys"]["browser"]["pageElog"]["textnodeABC"] |
I tried to add more objects from the parent hierarchy of the problematic object to Name Mapping as help information in warning.
However action [Show in Object Browser] is failed.
Thanks
Hien