When I use IEGetURL, I don't get the correct URL. it only returns the url I navigated to.
How can I solve this problem?
Here is the code I used to test this
Code: Select all
IECreate>IE[0]
IENavigate>%IE[0]%,http://bing.com,ie_res
IEWaitDocumentComplete>%IE[0]%,ie_res
IEClickTag>%IE[0]%,{""},{""},{"A"},{"TEXT"},{"Maps"},ie_res
IEWaitDocumentComplete>%IE[0]%,ie_res
WAIT>3
IEGetURL>%IE[0]%,URL
WAIT>1
MessageModal>URL