Forum Discussion
AlexeyK
Alumni
14 years agoUday,
* Open your tested web page (in either Admin or User mode) in a browser.
* Open the Name Mapping editor.
* In the editor, select the mapping item that corresponds to the cell.
* Click Edit on the toolbar of the Name Mapping editor. This will invoke the Edit Name Mapping Item dialog.
* In the dialog, remove the RowIndex and ColumnIndex properties from the mapping condition and include the contentText property into the condition (this property returns the cell's text).
* Save the changes.
Yes, it's possible. By default, TestComplete uses row and column indexes to map table cells. Try mapping the cell by its text (by the contentText property), not by the indexes:
Is there any way to use only sys - iexplore - page and employee Info link for uniquely recogize the employee Info link in both Admin and Employee level of authorization?
* Open your tested web page (in either Admin or User mode) in a browser.
* Open the Name Mapping editor.
* In the editor, select the mapping item that corresponds to the cell.
* Click Edit on the toolbar of the Name Mapping editor. This will invoke the Edit Name Mapping Item dialog.
* In the dialog, remove the RowIndex and ColumnIndex properties from the mapping condition and include the contentText property into the condition (this property returns the cell's text).
* Save the changes.