Juvigy Posted June 2, 2010 Posted June 2, 2010 I am using the IE udf to login to a secure (https) site. After the login i would like to navigate to a link from the site and get the source code. IENavigate + IEBodyReadText works just fine but it is slow. InetGetSource doesnt work as it opens a new session and gets the source of the login page. Anyway i can fix/workaround that?
Tvern Posted June 2, 2010 Posted June 2, 2010 I solved a similar problem by using an embedded IE object. (example in the helpfile) after which I was able to use INetGet(), INetRead() and alike without any problem.
Juvigy Posted June 2, 2010 Author Posted June 2, 2010 For now this is not an option - i will have to rewrite a lot of the script. Any other ideas?
cageman Posted June 2, 2010 Posted June 2, 2010 you can login using: http://www.autoitscript.com/forum/index.php?showtopic=84133 it requires some work, but if you know how to do it i think its a lot faster then what you are doing right now.
Juvigy Posted June 2, 2010 Author Posted June 2, 2010 For now the speed issue is not so pressing - i thought inetgetsource can be easily used...
Tvern Posted June 2, 2010 Posted June 2, 2010 For now this is not an option - i will have to rewrite a lot of the script.Any other ideas?I don't know what actions you are using on the IE window, but usually embedding it doesn't require much of a rewrite at all. Are you sure this is not an option?
Juvigy Posted June 2, 2010 Author Posted June 2, 2010 I don't know what actions you are using on the IE window, but usually embedding it doesn't require much of a rewrite at all. Are you sure this is not an option?A lot needs to be rewritten - i use tabs and a lot of IE actions so the GUI will be too complicated to bother just for some speed improvement.For now i will live with this. 10x for the help.
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