I need help creating the Xpath for a specific href element using Selenium webdriver with only IE browser. The HTML code I am working with is as follows: I am looking to find the Xpath for: . Can someone assist in generating the correct Xpath expression for this link that needs to be clicked on in IE?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML Transitional//EN"><META http-equiv="Content-Type" content="text/html; charset=windows-1252">
<html>
<body>
<form name="runevent1" action="/epace/epace-cgi/eglcgids.exe?sessionid=" method="post" btnSubmit="javascript:preSumbit()" EParams="http://vaim1-apt-120/epace/epace-cgi/eglcgids.exe?sessionid=&Action=runevent1&EventType=&EventInst=#" EParamOptions="http://vaim1-apt-120/epace/epace-cgi/eglcgids.exe?sessionid=&Action=runevent1&EventType=&EventInst=#">
<table width="100%" align="center" border="0">
<tbody>
<tr class="topMenu">
<td align="right">
<span id="idSpanActionLinks">
<a href="javascript:OnEventQueue();">
<font class="topMenu">Event Queue</font>
</a>
</span>
</td>
</tr>
</tbody>
</table>
</form>
</body>
</html>