Hello RJ & Helio
Thanks for the response.
I tried Mouse Over followed by Get Element Attribute. But didn't work.
Mouse Over xpath=.//*[@id='editData:j_id224']
${x}= Selenium2Library.Get Element Attribute xpath=//tr[id="editData:j_id226"]@iceOutTxt
here is the html for the tooltip which am trying.
td class="icePnlGrdCol2" id="editData:j_id223-0-1"><div class="icePnlGrp" id="editData:j_id224" onmouseover="; new ToolTipPanelPopup(this, 'editData:categoryRadiustip', event, 'mouseout','500', 'false', 'editData', '','/owui/xmlhttp/blank','hover',false);"><img alt="" class="iceGphImg" id="editData:j_id225" src="/owui/inc/images/question-mark.png" style="border:none;"></div></td>
<div class="icePnlTlTip" id="editData:categoryRadiustip" name="editData:categoryRadiustip" style="visibility: hidden; position: absolute; top: 6px; left: 572px; display: none;"><table cellpadding="0" cellspacing="0"><tbody><tr id="editData:categoryRadiustip-tr"><td class="icePnlTlTipBody" colspan="2"><span class="iceOutTxt" id="editData:j_id226">Enter Radius(in meters) as Individual direct value or condition. Example : 5000 or >5000. Use comma as delimiter to give Combination of direct values, condition and ranges.Example : 5000,>6000,<7000,9000-10000. For range configuration, Example: 900100-900900, 1st Number(900100) must be greater than 2nd Number(900900), values in between 900100-900900 will be considered, end values 900100 and 900900 will be excluded.</span></td></tr></tbody></table>
<script id="editData:categoryRadiustipscript" language="JavaScript" type="text/javascript"></script></div>
Thanks,
Harini B.