MarcusBengtsson
3 years agoFrequent Contributor
Not able to get specific object name in a cell to click on
Hello! So I am pretty new to test complete and trying to setup a smoke test for our new web platform. I am trying to target the "Fuel_Automation_Test" object in the cell list. Test complete only sees...
- 3 years ago
For example, using https://www.w3schools.com/html/tryit.asp?filename=tryhtml_table_intro, I create an alias name for the main table as Aliases.tableCompany,
I can then access any of the cells via row and col values e.g. Aliases.tableCompany.Cell(4, 3), Aliases.tableCompany.Cell(1, 1) etc.
If each cells have a unique name defined (which I doubt very much), then you can search the cell you require.