Forum Discussion

nastester's avatar
nastester
Regular Contributor
3 years ago
Solved

Verifying a URL in Edge

How can I do a property checkpoint on a URL in the Edge browser? I used to be able to do this in IE (see below) but now after switching to Edge, I am not seeing a way to do this through checkpoints. 

This is the only option I am seeing: 

aqObject.CheckProperty(Aliases.browser.BrowserWindow, "WndCaption", cmpEqual, "Enrollment Barcodes and 1 more page - Work - Microsoft​ Edge");

 

In the Object Spy, I can't seem to do map the actual URL. Is it possible to do this? 

 

EDIT: 

In IE, I could and still can do this:  aqObject.CheckProperty(url, "wText", cmpEqual, "URL");

9 Replies