jmp Posted April 24, 2019 Posted April 24, 2019 i am navigate using _IENavigate. But sometime my url was changed, Ex. i want to navigate with "https://efps.gujarat.gov.in/webBillingApp/BillDetails/eFPSBill" but, sometime webBillingApp is webBillingApp1 or webBillingApp2 or webBillingApp(3 to 12) How can i navigate it ?
Juvigy Posted April 24, 2019 Posted April 24, 2019 What do you mean? You can navigate the same way each time. Just change the 'address' parameter
alienclone Posted April 25, 2019 Posted April 25, 2019 i am assuming you have no control over which URL you will need to navigate to, i used to deal with a site that did the same thing. question, do you go to a static web address that gets redirected to one of the mirrors? ex. www.google.com but then redirects to www.google1.com or www.google2.com then whichever number you get redirected to determines which URL you need to navigate to? if so, then use iepropertyget to retrieve the location url then extract the "number" and place it in a variable, then put that variable in your navigate url if my assumptions are wrong, then please explain your issue better. If @error Then MsgBox(262192, "", @ComputerName & " slaps " & @UserName & " around a bit with a large trout!") EndIf "Yeah yeah yeah patience, how long will that take?" -Ed Gruberman REAL search results | SciTE4AutoIt3 Editor Full Version
jmp Posted April 25, 2019 Author Posted April 25, 2019 2 hours ago, alienclone said: i am assuming you have no control over which URL you will need to navigate to, i used to deal with a site that did the same thing. question, do you go to a static web address that gets redirected to one of the mirrors? ex. www.google.com but then redirects to www.google1.com or www.google2.com then whichever number you get redirected to determines which URL you need to navigate to? if so, then use iepropertyget to retrieve the location url then extract the "number" and place it in a variable, then put that variable in your navigate url if my assumptions are wrong, then please explain your issue better. @alienclone Yes, I want to redirects to the mirrors. Please give an example, i am new on autoit.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now