ContributionsMost RecentMost LikesSolutionsRe: Typing in a textarea from a variable Hi I did a workaround by doing a setTEXT in a textbox and then cutting from Textbox and pasting in a Textarea. It worked that ways. Thanks for your guidance. Re: Typing in a textarea from a variable It does not contain "^". It is an XML data saved in a string variable. May be using a "tab". Any solution to avoid that. The XML is undergiven. <tasks> <task> <allowedit>0</allowedit> <emailformat>0</emailformat> <attachobject>0</attachobject> <ASSIGNVALUE/> <wfremindertype>1</wfremindertype> <wfreminderdays>0</wfreminderdays> <adddays>0</adddays> <emailbody/> <orderindex>400</orderindex> <duration>0</duration> <Name><![CDATA[Task 1]]></Name> <Description/> <taskType>8</taskType> <fromaddress/> <emailcc/> <Messagetype>10</Messagetype> <isuseutaroles>0</isuseutaroles> <rejectLabel/> <reviseLabel/> <approveLabel/> <optionsallowed/> <expectedrespondent>1</expectedrespondent> <messageheader/> <lockobject>0</lockobject> <durationinterval>DAY</durationinterval> <usevariablesyntax>0</usevariablesyntax> <saveasevent>0</saveasevent> <emailsubject/> </</tasks>task> </tasks> Typing in a textarea from a variable I am using keys method to type in a textarea and the value is saved in a variable. When I am passing this values in Keys Method. It using control keys and opens a new tab and start search in browser. May be it is typing CTRL F and CTRL N in the stored variable value. How to avoid that? SolvedRe: Element slides away on highlighting I had mapped them uniquely but now the issue I am facing is that the element is coming behind the transparent footer panel and when curser clicks on it, it clicks on panel rather than clicking on the element. Re: Element slides away on highlighting I have tried saving object to a variable and then running code snipped using that variable but it always scroll down the element and result remains the same and log message is again "There was an attempt to perform an action at point (47, 15) which is transparent or out of the window bounds.". In my opinion, other case could be the element is coming behind the footer that is a panel and cursor is clicking on the footer panel. Re: Element slides away on highlighting I was trying to use the mapped name as suggested by you (Considering Find Child was refreshing and scrolling the modal window). But mapped name refer to two different elements. I tried deleting the mapped names and saving different mapped names for the two elements. They again acquired same mapped name. Re: Element slides away on highlighting Thanks for your effort. I think the issue is that two elements have save mapped name and that is causing this issue. Re: Element slides away on highlighting The drop down item is no selected. I had attached the screenshot of the steps. It scrolls in to view the drop down and then it slides down. Re: Element slides away on highlighting The drop down item is no selected. I had attached the screenshot of the steps. It scrolls in to view the drop down and then it slides down. Re: Element slides away on highlighting I had even tried executing the only step click item after scrolling in to view the element manually BUT when click item is executed it scrolls down again.