Forum Discussion
Dmitry_Nikolaev
15 years agoStaff
Hi Mark,
Thanks for sending the images. However, I failed to reproduce the problem using your steps with a simple page. I am guessing that there are more links pointing to the same URL on the tested page, and these other links cause the error you get. Could you please post here or send us via the Contact Support form (http://www.automatedqa.com/support/message/) the HTML code of the tested page? You can get the HTML code by executing the code below:
[JScript]
var page = Aliases.IE.NEIC;
var htmlCode = page.Application.Document.documentElement.outerHTML;
Log.Message("See Remarks", htmlCode);
Related Content
- 10 years ago
- 13 years ago
- 15 years ago
Recent Discussions
- 16 hours ago