In web page,there are few tabs like CustomerAccountContact.
These tabs are inside SPAN
html tag.
I have added the web element for Account in OR. When I try to highlight it works fine but when I try to click using Click
method its not going to the Account tab.
If I take the abs_x
and abs_y
of the web element and try to click using mercury.devicereply
object it works fine.
PFB, the html source code for accounts tab:
<a class="x-tab-right" onclick="return false;" href="#">
<em class="x-tab-left">
<span class="x-tab-strip-inner">
<span class="x-tab-strip-text ">
Account
</span>
</span>
</em>
</a>