ContributionsMost RecentMost LikesSolutionsRe: Getting errors during playback - cannot find the edit button. Yes the edit button is a cell within a table created in angular, which is causing so many errors during playback. We have many levels within these tables, so each time the table is rendered, the cells change. Would adding Xpath expressions be the best route for this? Re: Getting errors during playback - cannot find the edit button. Screenshot attached showing the object identification in NameMappin. Thank you! Getting errors during playback - cannot find the edit button. Need help with editing this: Object Aliases.browser.pageQaregTtxrdmComSx200AngappAng.buttonEdit to the following: Edit button - Results of inspect element: <button id="btn_edit_3" type="button" class="btn btn-primary btn-xs ng-binding ng-scope" ng-click="grid.appScope.editItemClick(row.entity.id)" ng-if="grid.appScope.isUser">Edit</button> Re: Paste options while recording in script mode Thank you! Re: Paste options while recording in script mode Thank you. When I inspect element I get the following: <textarea id="licensetext" class="licensetext ng-dirty ng-valid-parse ng-touched ng-empty ng-invalid ng-invalid-required" ng-model="licenseText" name="licensetext" required="x" rows="20" cols="80" form="form" style=""></textarea> But I need to be able to paste data to this text area via ctrl v (^v) or right mouse click paste from the pop up which is where I am running into issues. Paste options while recording in script mode Need help on how to paste data while in script mode? Attached error and screen shot. Thanks! SolvedI am currently using Jira as our test repository and to execute tests. I am currently using Jira as our test repository and to execute tests. We have an agent configured on Team City to schedule and run current automated test scripts and I use IntelliJ as an editor and commit changes to svn. I am new to the automation world and would like to some how move our current test scripts over to Test Complete and schedule / run builds in the same fashion. Is there a way to do this using Test Complete? Inserting XPATH expressions into script - Web Based app Looking for information on inserting XPATH expressions into my scripts. What is happening is that I am getting errors after playing back my script that pertain to clicking on an edit button inside an angular grid page (table). In the developers tools, it’s showing as a <button id="btn_edit_25" type="button" class="btn btn-primary btn-xs ng-binding ng-scope" ng-click="grid.appScope.editItemClick(row.entity.id)" ng-if="grid.appScope.isUser">Edit</button> so need to use an XPATH expression or locator since it is a dynamic field. Is there a way to do this within Test Complete? We have a field mapping csv file that we used in selenium/Jspringbot to located these button/id’s but not sure how to do that in Test Complete. Any information is greatly appreciated! Cheers! Re: Getting error during playback on test Thank you very much for your feedback. I will investigate this further. Re: Getting error during playback on test Thank you. I will try this and let you know.