I used "Select Control" to capture a textarea of a blogging site. it finds just the name. and when click on "Find HTML Item" just a narrow bar at the top of the textarea becomes green. then i put a text in text section of the control and hit save and "Test Run", But the text doesn't gets placed in textarea. after compiling the project this becomes the cause of fail.
This is the iframe code:
<iframe id="rte84312" name="rte84312" width="738px" frameborder="0" height="350px" src="http://site.com/public/public/rte/blank.htm"> <html id="rte84312"><head> body{background: #FFFFFF; </iframe>
<style>
margin: 2px;
padding: 5px;
direction: rtl;
font-family: tahoma;
font-size: 11px;}
</style>
</head>
<body>
name="rte84312" is the only thing it finds as outerHTML, but can't put text/variable inside it.
How come could i choose the textarea?
Thanks