ContributionsMost RecentMost LikesSolutionscan TC distinquich the color of an image with 1 color only ? can TC distinquich the color of an image with 1 color only ? If so what method/field identifies the color? ThanksCalling Method from different PROJECTS in the same SUITEWithin the same SUITE, can I call methods from project A that was defined in Project B? Please show the syntax .... ThanksNeed a sample script on SELECTING a VALUE from a DROPDOWN Listhttp://www.google.com/ 1- Can someone please send me a sample Jscript as to how to select a specific value from a dropdown list like selecting a value from the "More" option on google site. 2- Also if possible, please instruct me on the steps as to how I can validate all these values against a dbase table. Please be as specific as possible. Thanks Gita2 questions - 1- warning msg="The Control is Diabled " 2- msmqHi , Note: All WPF application Q1- I captured a OK login btn object and I then want to use the Click() method , Obj.Click(), to click on that Btn, but it does not click on it on the playback and instead gives me a warning message: "The Control is Diasabled"!!!!! Can not understand why, because if I run this method stand alone, it will click the OK btn without a problem, but when I click on it after I entered user and password, it comes up with this message. must be sometign sinple but can not figure it out. Q2- on a WPF based application, using TC, how can I write a message to MSQueue and how can I read a message from MSQueue? Your kind response is kindly appreciated. GitaObject findercan we make Object Finder to show the proberties as we hover the Finder over any selected obkect on the page or we have to let the Finder opon placing it on an object to see the properties . The later take a long time specially when you just want to Browse thru different obkects to find the right oneTable v.s CellLeft side of my webpage is a verical column for many product LINKs. I am trying to user the FINDER to highlight a TABLE for theentire list but it keeps giving me objectType of CELL instead. The finctionality I want to use as a TABLE is to click on the desired LINK bases on my input value from the CSV file. I know how to do it with TABLE ObjType but do not know if CELL onjtype can do the same. Thanks in advancerecording the same stor point gives me 2 differen results can someone explain why recording to Store point on the same area by different page results in longer v.s. shorter script? Thanks #1 - Regions.Compare("SPC_1stTime_RgnCheck", Aliases.cellCtr381ProductpagePopupedi, false, false, true, 0); #2- Regions.Compare("SPC_1stTime_RgnCheck", Aliases.iexplore1.pageAnteriorxxxxx.formForm.table.cell.tablexxxborder.cellContentpane.panelCtr381Contentpane.panelCtr381Modulecontent.panelCtr381ProductpageRadajax.table.cell.panelCtr381ProductpagePopuped.tableCtr381ProductpagePopuped.cellDxpccontrol.tableCtr381ProductpagePopuped.cellCtr381ProductpagePopupedi, false, false, true, 0); what is this symbol and how can I get rid of itPleasee see the attachedRe: A few short questionsThanks Jared , I will try that, but still the main question remains as to why log.message( Object.innerText) shows the content and properties of the entire object rather then just the contents of innerText? Thanks GitaRe: A few short questionsAwesome Jared.!! One more related question: On the code below "loc1" shall not return '-1' but it does!! I did a log message to see what is stored in i.innerText and surprisingly I see the entire object data and proberties rather than just the Value of innerText which is the same as in the string 'S' !!! secondly even if InnerText does not contain only the string specifies in 'S', it still shall not return a '-1' ! What am i missing here? Tx s = "Item #:UAWS\r\n" + "Quantity:4\r\n" + "Price:$138.00" loc1 = i.innerText.search(s);