ContributionsMost RecentMost LikesSolutionsRe: Finding a content in form of key and value from a webpage Hi, thanks for your reply the Content-text contains lot of data, we need just account code from that(ex: 1-1400), how to get only required data? attached screenshot Finding a content in form of key and value from a webpage I have a requirement where i need to get the account no and value present in the panels of webpage, the structure of the panel is attached,i need to find ex:1-1000 has 1600 as amount the string(account code) we are searching can be in any of the "sub panels/sub sub panels((highlighted panels)" under above. after matching the text i need to get respective amount which is present in some other panel account code: Sys.Browser("iexplore").Page("***").Panel("outer_wrapper").Panel("wrapper").Panel("pageContents").Panel("reporting_report").Panel(2).Panel(0).Panel(1).Panel(0).Panel(1).Panel(0).Panel(0).Panel(1).Panel(1).Panel(0).Panel(0).Panel(0) amount: Sys.Browser("iexplore").Page("***").Panel("outer_wrapper").Panel("wrapper").Panel("pageContents").Panel("reporting_report").Panel(2).Panel(0).Panel(1).Panel(0).Panel(1).Panel(0).Panel(0).Panel(1).Panel(1).Link(0) please let me know if we have solution for this, attached screen shot geting attached pop up during run time geting attached pop up during run time, any body can help database connection using testcomplete i need to connect to database and use the user login and password from db, how can i connect to sql and get data thanks Mahender Re: identifying bookmarks in pdf file find attachments where i need to read wether reports is present or not, click on it identifying bookmarks in pdf file Hi, Iam able to read content of pdf file using pdf box java libraries, now my question there are some attachments to file, which are displayed in the book mars section left side, how can identify those book mark thorugh testcomplete. Re: Saving a pdf file using Testcomplete the application doesnot have native feature to save, just we have to preview pdf and can save the pdf using adobe reader File->Save, by any way we can recognize the adobe reader using testcomplete object spy.?. i tried send keys, but they are not working!!! thanks Re: Saving a pdf file using Testcomplete my application is a desktop application, once a client files a tax return, he has option to generate pdf, now I need to save pdf in a location,iam not able to object spy the pdf window,test complete hangs while object spy on pdf. iam using test complete 9.3 any other extensions available to handle this. Saving a pdf file using Testcomplete Hi, in my application when i click preview a pdf file opens, how can i save the pdf file?, as iam not able recognize the pdf file., after saving i have to find text in that pdf..i could do this using pdfbox libraries. I need help in saving pdf file ?...that it opened from my application Comparing a picture to the updaloed picture in the site I have a requirement where i have picture in my regions, can u pls give code to compared 2 images, one image is at regions and other is present in a website.i wrote this code but its not working Set actualPicOnScreen = NameMapping.Sys.Process("dllhost").Window("Photo_Lightweight_Viewer", "Chrysanthemum.jpg - Windows Photo Viewer", 1).Window("Photos_PhotoCanvas", "", 1).Picture 'capture yourMappedObj's image strbool=Regions.Chrysanthemum_jpg.Check(actualPicOnScreen) ' Comparing the images using the Compare method If strbool Then Log.Picture imageOnDisk, "Expected Image" Log.Picture actualPicOnScreen, "Actual Image" Log.Error "The compared images are not identical" End If thanks Mahender