I am using selenium in scala to download some files automatically. I was able to login to the website but after that I was not able to move to the "Dashboard tab" by using it's div id. The error thrown is "Unable to locate element". There are two tabs named "home" and "Dashboard" in that webpage. After login, I want to move to "Dashboard" tab. I have tried everything available online but still not able to locate the tab element to click. Can someone help me out with this ? The html source that I am using is as follows
<div id="isc_35" eventproxy="DASHBOARD" role="tab" onfocus="if(event.target!=this)return;isc.EH.focusInCanvas(DASHBOARD,true);" onblur="if(window.isc)isc.EH.blurFocusCanvas(DASHBOARD,true);" tabindex="-1" style="position: absolute; left: 88px; top: 0px; width: 105px; height: 26px; z-index: 201080; box-sizing: border-box; overflow: hidden; cursor: pointer;" onscroll="return DASHBOARD.$lh()"><div id="isc_36" eventproxy="DASHBOARD" style="POSITION:relative;display:inline-block;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;vertical-align:top;VISIBILITY:inherit;Z-INDEX:201080;CURSOR:pointer;"><table width="105px" height="26px" cellspacing="0" cellpadding="0"><tbody><tr><td class="tabButtonTop" tabindex="-1" onfocus="DASHBOARD.$47()" valign="center" nowrap="true" align="center">DASHBOARD</td></tr></tbody></table></div></div>