I’ve been unable to find in the Help how to access the HTML from an IE object.
For example after IE_Navigate>%IE[0]%,https://www.optimalblue.com/optimallender/login.aspx,r
How do I get to where the HTML is?
HTML?
Moderators: JRL, Dorian (MJT support)
What you want to do is use the HTTPRequest Option.
Try this:
Now that your information is in the Response Variable, you can manipulate it as needed.
BTW - Your URL is invalid so I just used http://www.mjtnet.com for the example here.
Try this:
Code: Select all
//Perform the HTTP request
HTTPRequest>http://www.mjtnet.com,,GET,,response
//Output results
MessageModal>response
BTW - Your URL is invalid so I just used http://www.mjtnet.com for the example here.