MarcusBengtssonFrequent Contributor3 years agoHow to do when ID always changes Hello! I have this checkbox that seems to be changing id every time I re-run the test (on web) it looks like this //div[@id='gridIKgbvJEL']//tr/td/i[contains(@class, 'c-grid-checkbox')]") last...Show More
AlexKarasCommunity Hero3 years agoHi, As per rraghvani, check if this work: //div[starts-with(@id, 'grid')]//tr/td/i[contains(@class, 'c-grid-checkbox')]
Recent DiscussionsAutomate Cookie Security Flag or Security HeaderHow can I read CSV files without Microsoft Access Runtime installed?SolvedPassing DevOps Test Case parameters to Test Complete
Related ContentAlways getting 404Page Mainform always changing for web appSurviving Upgrades: How to Manage Change Across Test Automation Toolchains