rraghvaniChampion Level 3Joined 4 years ago4583 Posts1265 LikesLikes received539 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Copy Text into a Search Field Here's an example, Re: Copy Text into a Search Field I suggest you read Keyword Test Variables, (and Using Variables) to understand the basics. It will come in handy, when doing slightly complex tests. There's also a video you can refer too as well, https://support.smartbear.com/testcomplete/videos/ Re: Copy Text into a Search Field Refer to post How to assign a copied text string to a variable? | SmartBear Community You should be able to copy the text, store it to a variable, and then use it via .SetText(variable). Re: Copy Text into a Search Field I can now see, that you are doing a Ctrl+C, to copy the selected text, followed by a Ctrl+V to paste the text. What is the SetText used for? You need to mimic user behaviour i.e. highlight the text; press ctrl+c to copy the highlighted text; navigate to the desired text control and click it; then press ctrl+v to paste the text. Re: Copy Text into a Search Field When pasting the value, what property value are you using? Re: How to Configure Relative Filepath for Stores|Tables Excel Sheet Import? No, you can't use Project.Path in that dialog, as it's only specific to JavaScript. You have to enter the full path instead. I use Stores Files to upload files. Re: How to Configure Relative Filepath for Stores|Tables Excel Sheet Import? Assuming your .xlsx file is in Project\Stores\Files Then you can use Project.Path together with the remaining path // Using the standard open file dialog, to select a file Sys.Browser(settings.GetBrowser()).WaitWindow("#32770", "Open", 1, 5000); Sys.Browser(settings.GetBrowser()).Window("#32770", "Open", 1).OpenFile(Project.Path + "Stores\\Files\\WebcoverAddNewFile.xlsx"); Re: Waiting object and incomplete logs I suggest you create a new post for this Re: Edge browser does not recognize Test Extension sometimes Verify that you have the SmartBear Test Extension installed Re: Object mapping fails after the TestComplete upgrade due to a Chrome compatibility issue. If you run the command, TestComplete1584SLM.exe -clean or TestComplete1584SLM.exe --clean it will perform a clean installation.