ContributionsMost RecentMost LikesSolutionsHow to export name mapping and aliases objects to Excel sheet or Csv files?Hello, Is there any option to export name mapping or aliases to excel sheet or vice versa?Unable select item in dropdown box on FirefoxHello, On firefox , on first iteration i select year as 1983. I am using ClickItem to select years. On second iteration i want select year 2010. 2010 is not displayed on that drop down, when i want to select 2010. I cant able select 2010. Unable to Compare uploaded images in firefoxHello, I am using region checkpoints to compare uploaded image. While image in run time has darker pixels compared to stored image in stores. I am uploading same image, which has its region in stores. Same is working fine with Internet Explorer. How to compare Uploaded image to application with original imageHello, In our application we can upload image. When we upload image, size of image reduces to small after uploading it. Now my question is i want compare this uploaded image with original one. Is there any methods to do so?Re: Unable to do any action using converted object from strings.Hello Jared, There was problem with obtaining the objects. Now it is working fine. Thank you very much for suggestion.Re: Unable to do any action using converted object from strings.Hello, I tried with this, I am getting correct object after Eval. But unable to do any action with Method keys(). Even i tried with value=() and Text = ""; Unable to enter text on mapped object field. I am retrieving Mapped or aliases objects from Excel sheet as string and converting them to object and trying to apply Keys method on that. Still i am getting same error.Re: Unable to do any action using converted object from strings.Hello, I am Using Jscript. To enter text on textbox, i am using script like: eval(MappedObj).Keys("Username"); I am getting MappedObj from excle sheet. After executing this line i am getting error as "Object doesn't support this property or method"Unable to do any action using converted object from strings.I getting aliases from excel sheet. Then usuing eval() i am converting them to objects. Using these when try to do some actions like click, enter text to fields, i am unable to do actions.