Jump to content

How to navigate url in internet explorer ?


jmp
 Share

Recommended Posts

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 ?

 

 

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...