Search found 1 match
- Tue Jul 16, 2019 4:06 pm
- Forum: Beginners
- Topic: Question about IENavigate
- Replies: 1
- Views: 2461
Question about IENavigate
Hello. I just started learning how to use this tool and i am attempting to open an IE window, navigate to a URL then directly navigate to another URL. here is my code. IECreate>IE[0] IENavigate>%IE[0]%,FirstURL,ie_res1 IEWaitDocumentComplete>%IE[0]%,ieresult IENavigate>%IE[0]%,SecondURL,ie_res2 The ...