MarcusBengtssonFrequent Contributor2 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
AlexKarasChampion Level 32 years agoHi, As per rraghvani, check if this work: //div[starts-with(@id, 'grid')]//tr/td/i[contains(@class, 'c-grid-checkbox')]
Related ContentRegion.find is always returning trueUserForms - Checkbox always returning true.Page Mainform always changing for web appTestobject.Click doesnt always workHTTP requests always timeout after 60 seconds on 3.42.1/3.42.2?
Recent Discussionscsv file comparisonPython: I have to close and reopen TestComplete after each run or I get a NoneType errorSolvedDifferent log for each group from execution planTest Execution Summary is nullhow to close all open chrome instance by keyword test cases