erez
unread,Nov 8, 2009, 11:11:47 AM11/8/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-users...@googlegroups.com
{emoticon:__jive_emoticon_name=happy}
Thanks for reply,
my html code look like this:
<li>
<a class="sidebar_unsel" href="/admin/launch?script=rh&template=status-temp"> Temperature </a></li>\\When i move the mouse over the link - it change to bold, it is because the css text file:\\#sidebar_menu li a:hover, #sidebar_menu li a:active {font-weight:bold;}\\i think that selenium function *mouseOver* will do the job.\\\\\\\\\\\\
\\