ContributionsMost RecentMost LikesSolutionsSSH Server Connection Hi Everyone, I have to connect a server via SSH and execute a command in specific server path. Is there any way to connect the server?, It may be SSH or Telnet. Please help me Re: Adobe Setting Error when I do the same process manually with Adobe Flash debugger, I am getting the same adobe exception. But if I use the adobe flash player, I am not getting the error. Can you anyone help me on this? Re: Adobe Setting Error I got an error on my log. NameMapping.Sys.Process("iexplore", 2) RangeError: Error #2006: The supplied index is out of bounds. at flash.display::DisplayObjectContainer/addChildAt() at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::rawChildren_addChildAt()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:2175] at mx.managers::SystemManager/addChildAt()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:1698] at mx.effects::EffectManager$/removedEffectHandler()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\effects\EffectManager.as:738] at Function/http://adobe.com/AS3/2006/builtin::apply() at mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\core\UIComponent.as:8733] at mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\core\UIComponent.as:8673] at flash.utils::Timer/_timerDispatch() at flash.utils::Timer/tick() NameMapping.Sys.Process("iexplore", 2) RangeError: Error #2006: The supplied index is out of bounds. at flash.display::DisplayObjectContainer/addChildAt() at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::rawChildren_addChildAt()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:2175] at mx.managers::SystemManager/addChildAt()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:1698] at mx.effects::EffectManager$/removedEffectHandler()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\effects\EffectManager.as:738] at Function/http://adobe.com/AS3/2006/builtin::apply() at mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\core\UIComponent.as:8733] at mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\core\UIComponent.as:8673] at flash.utils::Timer/_timerDispatch() at flash.utils::Timer/tick() Re: Mapped Object Name Let me re-frame i... Launched my application and mapped name for all the objects. Created a JavaScript for the test case. Now I closed my application Launched the application again. Now if I see the names in the object browser, only parent objects are mapped and whatever mapped by myself is not available. Again I am mapping and moreover, objects panels are getting changed every time. Mapped Object Name Hi, I am trying to automate the windows application. Initially, I mapped object names for all the objects and created script too. If I close on open the application, only parent objects are mapped and child objects are not mapped. How can i resolve this? Re: Adobe Setting Error Yes. I am getting prompt like this. But in steps i could see the error because of this message Adobe Setting Error Hi, I am getting below error message when I try to automate the Flex application. I have loaded the flex injector in adobe global setting, and if I didn't load that I am not getting below error message. Is there any way to avoid the below error message? RangeError: Error #2006: The supplied index is out of bounds. at flash.display::DisplayObjectContainer/addChildAt() at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::rawChildren_addChildAt()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:2175] at mx.managers::SystemManager/addChildAt()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:1698] at mx.effects::EffectManager$/removedEffectHandler()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\effects\EffectManager.as:738] at Function/http://adobe.com/AS3/2006/builtin::apply() at mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\core\UIComponent.as:8733] at mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.4.1\frameworks\projects\framework\src\mx\core\UIComponent.as:8673] at flash.utils::Timer/_timerDispatch() at flash.utils::Timer/tick() Re: Best name to use in code Thanks :smileyhappy: Re: wItemList(|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||) I didn't do any modification for this object. The class name identified by Test complete is "ListBean$1" and the name of the object is SwingObject("ListBean$1", "", 0). There are a header row and few rows with items. There is no list under each row. I need to get the value of one of the row. If each row an item, how can I get it without any property or something Best name to use in code What is the best attribute to write automate script? I could see two things one is full name and another one is mapped name. If I go with mapped name, always I need to worry about mapped objects if I use it in a different system. For example, I created a test case in my local and loaded in the repository, One of my colleague wanted to execute the same test cases. so we clone the repository and loaded the test case in a new system. If we run the script, I could see the object identification issue. In this case, how can resolve the object naming issue and have common for all the users to execute the test cases?