iTest does not execute setText, click commands on certain objects on a page. What could be the problem? The script has the same setText, click commands captures. This is specific to a page. How do I debug this issue? The showPage command output has these two twp objects.
<code>
<item guid="3a62c9c0-895d-432c-b375-f11496db4f29" action="setText" session="$wcs" session.subst="true" target="name=ipAddress" target.subst="true">
<command>
<body subst="true">$ctlr_ip</body>
</command>
<applicationProperties type="com.fnfr.svt.applications.web.documents.stepproperties.StepProperties"/>
</item>
<item guid="c1cf93ce-b51e-441d-9d03-00af3f765044" action="click" session="$wcs" session.subst="true" target="name=save" target.subst="true">
<applicationProperties type="com.fnfr.svt.applications.web.documents.stepproperties.StepProperties"/>
</item>
</code>