I am attempting to automate a client registration on our website and when I run my test after recording playback is unable to find the link on the overlay. The link itself when inspected displays as follows.
<h2>Please login or<a href="JavaScript:onRegister();"><b>register</b></a> to continue.</h2>
When this link is selected the expected behavior is that a new overlay displays allowing a new user to register with the site. However I am unable to get this link to click during a test run.
<h2>Please login or<a href="JavaScript:onRegister();"><b>register</b></a> to continue.</h2>
When this link is selected the expected behavior is that a new overlay displays allowing a new user to register with the site. However I am unable to get this link to click during a test run.