ContributionsMost RecentMost LikesSolutionsGetting the name of the current keyword test How can I get the name of the keyword test I'm currently running and use it as a variable in the script? Right now when I run the script, currentTestName is being read as "ProjectTestItem6". When I start it from a keyword test I get : TypeError: Cannot read property 'Name' of null Re: Downloading and opening files from a browser Is there a way for that to open the last downloaded file? I have multiple tests where I need to open a file I downloaded a few steps ago. It would be much more effective to have 1 script. Re: Downloading and opening files from a browser I am downloading the file from Chrome and it goes to the default downloads folder, C:\Users\halovski\Downloads. The file name is unique "report - 2024-01-24T091012.239.pdf", the numbers at the end change every time. The file type is a pdf. Re: Downloading and opening files from a browser Am I selecting the wrong object, because I can't find open file. Re: Downloading and opening files from a browser Is there a way to do that in a keyword test? Downloading and opening files from a browser What is the best way to open files that are downloaded during a test? Is it manually clicking in explorer or using the "OnWebDownloadFinished" event listener? SolvedHow can I make a keyword(not script) test wait untill an object is visible, without a delay? I need a way to wait for loading screens, or elements downloading, without guessing the time by using delays. In a keyword test, not a script SolvedHow to wait without a delay Is there a way to wait for an object to appear, without using the delay function and just guessing the time? I found how to do it in a script, but I can't find a way to do it in a keyword test. I need a way to make testcomplete to wait "forever" untill something shows up on screen, specifically in a keyword test. SolvedRe: Tests are waiting 30-60 seconds in the beginning when sharing them with colleagues. Before we deleted the cache the slow step(always the second one) took 20.76 seconds and after it took 20.93 seconds, so nothing changed. It probably has something to do with who made the test, because my tests dont wait like this on my computer Re: Tests are waiting 30-60 seconds in the beginning when sharing them with colleagues. I either have a navigate on top of my test that specifies the URL and browser, or a login test in the first position of the execution plan. Its not the browser, because the same test behaves differently on 2 different computers. Here is the log for the same test on both PCs. If you look at the second step, it waits 20 seconds, on other tests its more. The big project suite runs immediately, the small one waits a bit.