07-15-2008, 09:26 PM
Hi,
is it possible through Object Spy understand if a clicked link opens a new browser or changes only the page on the same browser?
I have a page full of many links (some open a new browser and the others open only a new page on the same browser) and i must click every link to see if the destination page exists...
with ChildObjects and a For-cycle I can click all links, but my idea was to capture the url of destination page or destination browser, to understand if they are reachable... but before i must know in which case i am...
Any idea? or also other approachs to solve this problem?
thanks for every suggestion
is it possible through Object Spy understand if a clicked link opens a new browser or changes only the page on the same browser?
I have a page full of many links (some open a new browser and the others open only a new page on the same browser) and i must click every link to see if the destination page exists...
with ChildObjects and a For-cycle I can click all links, but my idea was to capture the url of destination page or destination browser, to understand if they are reachable... but before i must know in which case i am...
Any idea? or also other approachs to solve this problem?
thanks for every suggestion