If I can just find a way that every time a new web page is loaded, I can get the Title and the URL, this would be all I require. I could do the rest. I tried search for examples of this and they do not work.
I am testing in IE 11 (this is what the app was written for) AND despite the fact that I successfully ran:
regsvr32 -u "C:\Windows\SysWOW64\BHOManager.dll" AND regsvr32 "C:\Windows\SysWOW64\BHOManager.dll" as Administrator and both Succeeded I do not have the IE 11 BHOManager Add-On.
I have the HP Functional Testing Agent which means that I cannot use dynamic terms like:
Browser("miclass:=browser").Page("miclass:=page"). etc.
I know at every point in my script where the page changes. I just want a Sub-Routine that waits for the page to completely load and tell me the Title and the URL.
Also I noticed in Object Repository, name, title and opentitle are all the same. I am curious as to what is the difference?
Thank you
I am testing in IE 11 (this is what the app was written for) AND despite the fact that I successfully ran:
regsvr32 -u "C:\Windows\SysWOW64\BHOManager.dll" AND regsvr32 "C:\Windows\SysWOW64\BHOManager.dll" as Administrator and both Succeeded I do not have the IE 11 BHOManager Add-On.
I have the HP Functional Testing Agent which means that I cannot use dynamic terms like:
Browser("miclass:=browser").Page("miclass:=page"). etc.
I know at every point in my script where the page changes. I just want a Sub-Routine that waits for the page to completely load and tell me the Title and the URL.
Also I noticed in Object Repository, name, title and opentitle are all the same. I am curious as to what is the difference?
Thank you