ContributionsMost RecentMost LikesSolutionsRun TestComplete while compute is in Lock Mode I feel funny asking this question but I can't figure it out. I would run a long test case and my computer would lock up(work computer), Is there a way I can keep it running while my computer is locked? How do you guys get around this? Thanks ~D SolvedRe: search for text (span) on webpage I tried and it's still didn't work. Please see that attachments. 1 is of the html page i'm trying to get it to find and the other one is the code. Thanks for helping!!! search for text (span) on webpage I'm trying to search for <span class="error-server-side" > I tried using obj = page["NativeWebObject"]["Find"]("contentText", "*error-server*"); but it never finds it. I tried using the example from the help page below but it doesn't work. https://support.smartbear.com/viewarticle/82834/ Any help would be great. If you have any questions, please let me know. Solved