I am having trouble finding the web element on a website on Internet Explorer. The link i am trying to click shows as the following in developer tools:
<A href="..\appl\trackNTraceContainers.jsp" name=ContainerLink target=ContentPane>PO Search</A>
Also shown in the picture. Image of the developer tools
I tried:
Click Link | //a[@href="../appl/trackNTraceContainers.jsp"]
but keep getting error:
Link with locator '//a[@href="../appl/trackNTraceContainers.jsp"]' not found.
I have also tried: href=../appl/trackNTraceContainers.jsp but no luck.
Any help would be appreciated