LOCATIONURL property is not working on all machines at IE11.
I’m automating IE11 and in some machines the LOCATIONURL returns the full address as displayed on address bar and other machines shows only the first url.
Code example:
mobjApp = CreateObject("InternetExplorer.Application")
mobjApp.Navigate(URL:=”http://hello.com”)
… user navigates somewhere else .e.g. http://hello.com/world.html
Msgbox (mobgApp.LocationURL) returns the 1st urlhttp://hello.com
The property was working fine in any other IE except IE11 (some installations).
Application developed with VS2010 net framework 3.5
Any ideas?
Isidoros
Isidoros MCTS VB.NET