HI I am trying to record clicking a Link which is inside div tag. But no event is getting recorded if i click on that link keeping recorder ON.
code
<div class="noFlashLinkBox">
<div class="noFlashBox" style="width: 130px;"> <!-- 154 -->
<h1>Welcome</h1>
<ul>
<li><a href="/welcome/about-you/en/index.html">About You</a></li>
<li><a href="/welcome/about-us/en/index.html">About Us</a></li>
<li><a href="/welcome/press-releases/en/index.html">Press Releases</a></li>
<li><a href="/welcome/take-a-tour/en/index.html">Take A Tour</a></li>
<li><a href="/welcome/investor-relations/en/index.html">Investor Relations</a></li>
<li><a href="/careers/index.html">Careers</a></li>
<li><a href="/welcome/making-a-difference/en/index.html">Making A Difference</a></li>
</ul>
</div>
I want to click each link one by one.
Also do we have any kind of validation mechanism which can verify that after navigation all the content in the page is correct?
Regards
Kanwaljeet
code
<div class="noFlashLinkBox">
<div class="noFlashBox" style="width: 130px;"> <!-- 154 -->
<h1>Welcome</h1>
<ul>
<li><a href="/welcome/about-you/en/index.html">About You</a></li>
<li><a href="/welcome/about-us/en/index.html">About Us</a></li>
<li><a href="/welcome/press-releases/en/index.html">Press Releases</a></li>
<li><a href="/welcome/take-a-tour/en/index.html">Take A Tour</a></li>
<li><a href="/welcome/investor-relations/en/index.html">Investor Relations</a></li>
<li><a href="/careers/index.html">Careers</a></li>
<li><a href="/welcome/making-a-difference/en/index.html">Making A Difference</a></li>
</ul>
</div>
I want to click each link one by one.
Also do we have any kind of validation mechanism which can verify that after navigation all the content in the page is correct?
Regards
Kanwaljeet