ContributionsMost RecentMost LikesSolutionsRe: How to Add OCR Step into existing script i found solution for this issue , Thanks. there is syntex error when we converted keyword test into script Below is the right syntex for the same. OCR.Recognize (Aliases.Device.Process_carrier_myinfinity.RootLayout.View_NO_ID).BlockByText("demo").Touch How to set search Area in OCRTextBlock Object Hi team , can someone help me on below issues. how and what value we need to insert in search area for Android Image based automation in OCRTextBlock Object . OCR.Recognize(SearchArea).BlockByText region of interest For android applicationHello Team, Can someone help me on below issue Is there anyway to check mobile screen on a specific region ,for example in the attached image consider “choosefile” is in extreme left of screen and it has nothing and it is showing “no file selected” now my question is using “ choose file” image can we verify is there any image inserted or not in “no file selected “ ?? On a specific area of mobile ui (top left of mobile screen)?? Can we achieve this with test complete ??How to grab text from image for android application Hello team, i am trying to automate mobile application with image based automation , can someone help on how to grab text from image , find the attached image. This applciation is adobe flex application and Testcomplete is not ale to identify the locators so proceeding with image based automation , however in few cases need to read the lables . can someone help me on grabbing text from image. i am using VB for the same . SolvedHow to Add OCR Step into existing script Hello team, I am working on mobile automation with Testcomplete Image based process, now i want to include OCR step into existing script , could you please help me on adding OCR step into existing test Case "Enter Text" If(Typeofcall="Web") Then if (InStr(1,strImageName,"OCR" ,1)>0) then 'OCR.Recognize Aliases.Device.Process_carrier_myinfinity.RootLayout.View_NO_ID.BlockByText strImageName.Touch OCR.Recognize Aliases.Device.Process("air.com.carrier.myinfinity").View_NO_ID.BlockByText strImageName.Touch - i see error in this line if ((strImageName = "Username")or (strImageName = "Password")) Then call oList.Touch() 'Mobile.Device.Keys() 'Mobile.Device.PressBack Mobile.Device().Keys("") Mobile.Device().Keys(stepdata) Mobile.Device.PressBack PerformStep="Text Entered" SolvedHow to parameterize image for click action Hello , I have bunch of image for a mobile applciation , and i need to perfrom click action on every image. I want to pass a fresh image with image name on click method and the method should be loop till the image found with the image name on Imageprository . can some one help me on fixing this issues, i am using VB script This is code i am using : ImageRepository.BING_Set.Password.Touch i want to pass differnet images in the place of password image with the image name,could someone help me on fixing this ? Solved