Jump to content

Clicking .jsp links on a webiste


Recommended Posts

I have a repetitve task where I must go into a web-based application, navigate to a certain page, and run various reports.

Typically I would navigate the app using MouseClick (...), but am curious about the _IELinkClickByText function and others related to it.

On this site, the majority of the links are .jsp. How do I code for clicking on these links so I can navigate thru the application? Is this even possible?

Link example: https://www.applicationname/admin/reports.jsp?ESOLtabtype=P

Link to comment
Share on other sites

Okay, I think I've got this one figured out. Apparently, you can use _IELinkClickByText to navigate the .jsp links. When I tried earlier, it wasn't working, but this is because the script had ran before the page had loaded. I let it sleep for a few seconds and now it works like a charm.

Edited by shutch00
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...