Tammy Moon
unread,Sep 1, 2011, 9:04:18 PM9/1/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tellurium-users
Hi, All,
I a a newbie of tellerium.
I tried to locate an element in a tooltip than click on it to close
the tool tip. I was able to locate the web element, click on the the
element, nothing happens, any one has any idea what could be wrong?
Here is how the html looks like:
<div class="tooltip tooltipContent pointRight" style="left: 803px;
top: 195.5px;">
<a class="tooltip right button button-16 buttonIcon close"></a>
<div class="tooltip tooltipTitle">Please confirm</div>
<p class="tooltip tooltipText">
Are you sure you wish to
<b>cancel</b>
all bets?
</p>
<div class="tooltip tooltipButtonBox">
<a class="button left">Yes, cancel bets</a>
<a class="tooltip left cancelLink">No, go back</a>
</div>
</div>