Different URL and different pageloads how we get success or error in the pageload

How to get page loads or not for some 20 links . In which the links are different and homepage we get also different need to find pageloads success or not

@vikaram_viki,

We could see error on page like in IE Page cant be displayed or in chrome Page isn’t working.
check this with element exists activity and it results as Boolean value(true or false)

if true{
do something
}else{
go for next url or whaterver you wish to do.
}

Cheers,
Pankaj

That is fine…If I am having some 200 url …I need check homepage for that each and every url displays different homepage …how can I create process for that?

@vikaram_viki,

Ok… in which document do Url’s have like excel or text etc?

Cheers,
Pankaj

In datatable …I could able to get url from the datatable a, I am using for each row and then I can pass the URL to browser …For example Now I am using element exists to check page the selector is applicable for the first URL …if take the 2 url it will fails…so how can I handle this?

@vikaram_viki,

got it…

can you paste screenshots of fail page more than 5 pages?

Cheers,
Pankaj

@vikaram_viki,

Great…

I examined few sites and came to conclusion that, i used element exists activity, modified title, aaname and innertext with dynamic. that worked for me but how useful this i’m not sure.
it looked for logo of site.

html app=‘chrome.exe’ title=‘VB.NET how to check if a webpage exists - Stack Overflow’ /
webctrl aaname=‘Stack Overflow’ innertext=‘Stack Overflow’ /

Cheers,
Pankaj

could you suggest me any other acitivites for this ?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.