Shivani21Occasional ContributorJoined 2 years ago6 Posts1 LikeLikes received1 SolutionView All Badges
ContributionsMost RecentMost LikesSolutionsRe: If code for element exists results in failure Maybe you are right, I have changed the page and used WaitElement, and now it is working Re: If code for element exists results in failure Thank you for the suggestion. That would definitely help me for better representation of code and understanding as well. I could make it work by using WaitElement instead of FindElement. Thanks! If code for element exists results in failure Hello, I am trying to do following code: if Aliases.browser.Page("https://devtradewatch/tradewatch/Orders/viewOrdList.do",.FindElement("#colTD_0").Exists: Log.Message("Records are available, ntmOrders Search Passed") else: Log.Message("Records are not displayed, NTM Orders Failed") Functionally it works correctly but whenever it does not find the element, it logs The object "Page("https://devtradewatch/tradewatch/Orders/viewOrdList.do")" does not exist" error in log. How do I make it to not log it logs as all I am concerned with is using the following commands SolvedRe: Table Checkpoint Issue I tried reading that and it works in other cases for me. Only in this case, it is giving this blank value Table Checkpoint Issue Hello, I am fairly new to testcomplete I am trying to use table checkpoint. When I am selecting my table, I am facing following issues: 1) My column name is 'NoReportToBackOffice', the wizard takes it as 'No Report To Back Office' or letter by letter as a separate row. 2) My column name mentioned above has the value 'Y', but preview does not show it TC Wizard: What am I missing? Checking if application is open I want to check if the application is open or not. If it is open, do not do anything If it is not open, open the application How do I do it via recording option or Python scripting? Solved