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
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?
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?
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.